diff options
author | Tor Lillqvist <tml@novell.com> | 2008-05-23 18:46:40 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2008-05-23 18:46:40 +0000 |
commit | a8b5f3ee6b986ef8c8aceda9a8fe9d49ac7e2387 (patch) | |
tree | 4a94323eeeb277bee4086bb2d292ed721afe0a77 /gdk/gdk.symbols | |
parent | 5b8f0faa945c4dde6b89ad73a140949b5426c3df (diff) | |
download | gtk+-a8b5f3ee6b986ef8c8aceda9a8fe9d49ac7e2387.tar.gz |
Add gdk_window_redirect_to_drawable and gdk_window_remove_redirection.
2008-05-23 Tor Lillqvist <tml@novell.com>
* gdk/gdk.symbols: Add gdk_window_redirect_to_drawable and
gdk_window_remove_redirection.
* gdk/win32/gdkwindow-win32.c (_gdk_window_new)
(_gdk_window_reparent): Rename to adapt to the offscreen rendering
changes. Remove now unnecessary parameter checks as the caller
does that already.
* gtk/gtk.symbols: Add gtk_widget_get_snapshot.
svn path=/trunk/; revision=20130
Diffstat (limited to 'gdk/gdk.symbols')
-rw-r--r-- | gdk/gdk.symbols | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdk/gdk.symbols b/gdk/gdk.symbols index fd12d472a0..c4c5e7093f 100644 --- a/gdk/gdk.symbols +++ b/gdk/gdk.symbols @@ -687,6 +687,8 @@ gdk_window_set_user_data gdk_window_thaw_toplevel_updates_libgtk_only gdk_window_thaw_updates gdk_window_set_composited +gdk_window_redirect_to_drawable +gdk_window_remove_redirection #endif #endif |