summaryrefslogtreecommitdiff
path: root/gdk/gdk.symbols
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2009-07-01 14:36:36 +0200
committerAlexander Larsson <alexl@redhat.com>2009-07-01 14:36:36 +0200
commit10bf7ca74459a68440e23ecb26c2b037b81aefd1 (patch)
tree54fc197a53e2184d3f4453e212c2d2d868880f2b /gdk/gdk.symbols
parent681c3c288b958cd11cdf31dced1b65ee4520aef5 (diff)
downloadgtk+-10bf7ca74459a68440e23ecb26c2b037b81aefd1.tar.gz
Clean up embedding apiclient-side-windows
we now use gdk_offscreen_window_set_embedder() instead of a signal to get the parent. This also replaces set_has_offscreen_changes. Rename "parent" in all embedding related names to "embedder" to make it more obviously different than the normal parent. Rename gdk_window_get_offscreen_pixmap to gdk_offscreen_window_get_pixmap to match the other offscreen calls. Rename gdk_window_offscreen_children_changed to gdk_window_geometry_changed as this is more descriptive.
Diffstat (limited to 'gdk/gdk.symbols')
-rw-r--r--gdk/gdk.symbols8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdk/gdk.symbols b/gdk/gdk.symbols
index 63c47e0809..002013194a 100644
--- a/gdk/gdk.symbols
+++ b/gdk/gdk.symbols
@@ -717,16 +717,16 @@ gdk_window_thaw_updates
gdk_window_set_composited
gdk_pointer_grab
gdk_window_beep
-gdk_window_set_has_offscreen_children
-gdk_window_get_has_offscreen_children
-gdk_window_offscreen_children_changed
+gdk_window_geometry_changed
gdk_window_ensure_native
#endif
#endif
#if IN_HEADER(__GDK_WINDOW_H__)
#if IN_FILE(__GDK_OFFSCREEN_WINDOW_C__)
-gdk_window_get_offscreen_pixmap
+gdk_offscreen_window_get_pixmap
+gdk_offscreen_window_set_embedder
+gdk_offscreen_window_get_embedder
#endif
#endif