summaryrefslogtreecommitdiff
path: root/gdk/gdkwindow.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2009-06-11 12:06:01 +0200
committerAlexander Larsson <alexl@redhat.com>2009-06-11 12:06:01 +0200
commit4987ca9235c672e34adab84aea3886b0a0e2f060 (patch)
treed3e78745da1575ddfb94e0841a2bffa4dc0b827a /gdk/gdkwindow.h
parent89e187e7c1c3ce306b15d188e40be5f43fa821c9 (diff)
downloadgtk+-4987ca9235c672e34adab84aea3886b0a0e2f060.tar.gz
Add gdk_window_offscreen_children_changed call
You can call this if you have offscreen children and the geometry of them changed. This will cause re-picking of the active window sending enter and leave events as needed.
Diffstat (limited to 'gdk/gdkwindow.h')
-rw-r--r--gdk/gdkwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk/gdkwindow.h b/gdk/gdkwindow.h
index 7885b1bf1a..752f6b66cb 100644
--- a/gdk/gdkwindow.h
+++ b/gdk/gdkwindow.h
@@ -664,6 +664,7 @@ GdkPixmap *gdk_window_get_offscreen_pixmap (GdkWindow *window);
void gdk_window_set_has_offscreen_children (GdkWindow *window,
gboolean has_offscreen_children);
gboolean gdk_window_get_has_offscreen_children (GdkWindow *window);
+void gdk_window_offscreen_children_changed (GdkWindow *window);
void gdk_window_redirect_to_drawable (GdkWindow *window,
GdkDrawable *drawable,