mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 20:51:07 +00:00
13 lines
301 B
C
13 lines
301 B
C
|
#pragma once
|
||
|
|
||
|
#include "gskgputypesprivate.h"
|
||
|
|
||
|
G_BEGIN_DECLS
|
||
|
|
||
|
void gsk_gpu_scissor_op (GskGpuFrame *frame,
|
||
|
const cairo_rectangle_int_t *rect);
|
||
|
|
||
|
|
||
|
G_END_DECLS
|
||
|
|