forked from AuroraMiddleware/gtk
Revert part of patch from #166379; don't have gtk_window_present() change
2005-07-26 Elijah Newren <newren@gmail.com> Revert part of patch from #166379; don't have gtk_window_present() change a window's desktop, but rather leave it up to the WM. (#311653) * gtk/gtkwindow.c (gtk_window_present_with_time): Don't change a window's workspace
This commit is contained in:
parent
624016fee6
commit
e2d2d159ca
@ -1,3 +1,12 @@
|
||||
2005-07-26 Elijah Newren <newren@gmail.com>
|
||||
|
||||
Revert part of patch from #166379; don't have gtk_window_present()
|
||||
change a window's desktop, but rather leave it up to the WM.
|
||||
(#311653)
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_present_with_time): Don't change a
|
||||
window's workspace
|
||||
|
||||
2005-07-26 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* gtk/gtkplug-win32.c: Declare GetAncestor() and define GA_PARENT
|
||||
|
@ -1,3 +1,12 @@
|
||||
2005-07-26 Elijah Newren <newren@gmail.com>
|
||||
|
||||
Revert part of patch from #166379; don't have gtk_window_present()
|
||||
change a window's desktop, but rather leave it up to the WM.
|
||||
(#311653)
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_present_with_time): Don't change a
|
||||
window's workspace
|
||||
|
||||
2005-07-26 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* gtk/gtkplug-win32.c: Declare GetAncestor() and define GA_PARENT
|
||||
|
@ -1,3 +1,12 @@
|
||||
2005-07-26 Elijah Newren <newren@gmail.com>
|
||||
|
||||
Revert part of patch from #166379; don't have gtk_window_present()
|
||||
change a window's desktop, but rather leave it up to the WM.
|
||||
(#311653)
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_present_with_time): Don't change a
|
||||
window's workspace
|
||||
|
||||
2005-07-26 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* gtk/gtkplug-win32.c: Declare GetAncestor() and define GA_PARENT
|
||||
|
@ -6048,9 +6048,6 @@ gtk_window_present_with_time (GtkWindow *window,
|
||||
#endif
|
||||
}
|
||||
|
||||
#ifdef GDK_WINDOWING_X11
|
||||
gdk_x11_window_move_to_current_desktop (widget->window);
|
||||
#endif
|
||||
gdk_window_focus (widget->window, timestamp);
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user