mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
e2b5e0d17d
Nothing is using it yet (we don't do clipping) apart from initializing the scissor rect at startup.
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
|
|
|