mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
8271687ef6
... and use it for those when unblurred.
21 lines
925 B
C
21 lines
925 B
C
#pragma once
|
|
|
|
#include "gskgputypesprivate.h"
|
|
#include "gsktypes.h"
|
|
|
|
#include <graphene.h>
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
void gsk_gpu_border_op (GskGpuFrame *frame,
|
|
GskGpuShaderClip clip,
|
|
const GskRoundedRect *outline,
|
|
const graphene_point_t *offset,
|
|
const graphene_point_t *inside_offset,
|
|
const float widths[4],
|
|
const GdkRGBA colors[4]);
|
|
|
|
|
|
G_END_DECLS
|
|
|