summaryrefslogtreecommitdiff
path: root/gdk/gdk.symbols
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-07-11 18:28:23 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-07-11 18:28:23 +0000
commite5f444e9a8c050f16ab30f5cf696180ad8268479 (patch)
tree66f551a5f84d40e1b37b7a8923c396170f6af8a8 /gdk/gdk.symbols
parent13a341e0e9f8f99c3749161ab60424eb10815d59 (diff)
downloadgtk+-e5f444e9a8c050f16ab30f5cf696180ad8268479.tar.gz
Make gdk_window_present() move the window to the current desktop, instead
2005-07-11 Matthias Clasen <mclasen@redhat.com> Make gdk_window_present() move the window to the current desktop, instead of letting the WM change the current desktop to where the window is. (#166379, Elijah Newren) * gdk/gdk.symbols: * gdk/x11/gdkx.h: * gdk/x11/gdkwindow-x11.c (gdk_x11_window_move_to_current_desktop): New function to move a window to the current desktop. * gtk/gtkwindow.c (gtk_window_present_with_time): Move the window to the current desktop before giving it focus.
Diffstat (limited to 'gdk/gdk.symbols')
-rw-r--r--gdk/gdk.symbols1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk/gdk.symbols b/gdk/gdk.symbols
index cfaf57af58..97f2522ece 100644
--- a/gdk/gdk.symbols
+++ b/gdk/gdk.symbols
@@ -1181,6 +1181,7 @@ gdkx_visual_get
#if IN_FILE(__GDK_WINDOW_X11_C__)
gdk_x11_window_set_user_time
+gdk_x11_window_move_to_current_desktop
#endif
#if IN_FILE(__GDK_XID_C__)