mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 14:10:30 +00:00
14 lines
413 B
C
14 lines
413 B
C
|
#pragma once
|
||
|
|
||
|
#include "gskgputypesprivate.h"
|
||
|
|
||
|
G_BEGIN_DECLS
|
||
|
|
||
|
void gsk_gpu_clear_op (GskGpuFrame *frame,
|
||
|
const cairo_rectangle_int_t *rect,
|
||
|
const GdkRGBA *color);
|
||
|
|
||
|
|
||
|
G_END_DECLS
|
||
|
|