mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-29 06:51:10 +00:00
20 lines
805 B
C
20 lines
805 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 float widths[4],
|
||
|
const GdkRGBA colors[4]);
|
||
|
|
||
|
|
||
|
G_END_DECLS
|
||
|
|