summaryrefslogtreecommitdiff
path: root/gdk/gdkinternals.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2008-12-17 11:24:46 +0100
committerAlexander Larsson <alex@localhost.localdomain>2009-04-02 10:15:16 +0200
commitd7e369c27af92616309cfede96b768332b01e431 (patch)
tree6f9258585c323327be7dbf9a3605f79c57e505bc /gdk/gdkinternals.h
parente14e05addc8c26d8d6a44b284ac0c475f177e45a (diff)
downloadgtk+-d7e369c27af92616309cfede96b768332b01e431.tar.gz
Implement input shapes
Diffstat (limited to 'gdk/gdkinternals.h')
-rw-r--r--gdk/gdkinternals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk/gdkinternals.h b/gdk/gdkinternals.h
index 7c119a493f..62d9f132fe 100644
--- a/gdk/gdkinternals.h
+++ b/gdk/gdkinternals.h
@@ -336,6 +336,7 @@ void _gdk_windowing_window_get_offsets (GdkWindow *window,
gint *x_offset,
gint *y_offset);
GdkRegion *_gdk_windowing_window_get_shape (GdkWindow *window);
+GdkRegion *_gdk_windowing_window_get_input_shape(GdkWindow *window);
GdkRegion *_gdk_windowing_get_shape_for_mask (GdkBitmap *mask);