summaryrefslogtreecommitdiff
path: root/gtk/gtksnapshot.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2018-03-31 17:22:48 +0200
committerBenjamin Otte <otte@redhat.com>2018-04-05 14:56:38 +0200
commit278ab3c4debcd7c10b502ea51f7cff43e210218a (patch)
treeda1175db0e28c086c68a77ef88908f1798232ab3 /gtk/gtksnapshot.h
parent200bbe8fda5ffffdf3362d2478450a7e489c487a (diff)
downloadgtk+-278ab3c4debcd7c10b502ea51f7cff43e210218a.tar.gz
snapshot: Track clip as a rect only
Diffstat (limited to 'gtk/gtksnapshot.h')
-rw-r--r--gtk/gtksnapshot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtksnapshot.h b/gtk/gtksnapshot.h
index 05de9ab599..14cb20470d 100644
--- a/gtk/gtksnapshot.h
+++ b/gtk/gtksnapshot.h
@@ -169,7 +169,7 @@ void gtk_snapshot_append_layout (GtkSnapshot
GDK_AVAILABLE_IN_ALL
gboolean gtk_snapshot_clips_rect (GtkSnapshot *snapshot,
- const cairo_rectangle_int_t *bounds);
+ const graphene_rect_t *bounds);
GDK_AVAILABLE_IN_ALL
void gtk_snapshot_render_background (GtkSnapshot *snapshot,