]> Pileus Git - ~andy/gtk/commit
Make gdk_window_present() move the window to the current desktop, instead
authorMatthias Clasen <mclasen@redhat.com>
Mon, 11 Jul 2005 18:28:23 +0000 (18:28 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 11 Jul 2005 18:28:23 +0000 (18:28 +0000)
commite5f444e9a8c050f16ab30f5cf696180ad8268479
tree66f551a5f84d40e1b37b7a8923c396170f6af8a8
parent13a341e0e9f8f99c3749161ab60424eb10815d59
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.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-8
gdk/gdk.symbols
gdk/x11/gdkwindow-x11.c
gdk/x11/gdkx.h
gtk/gtkwindow.c