mirror of
https://github.com/brl/mutter.git
synced 2025-07-05 10:31:18 +00:00
patch from Hidetoshi Tajima to move a window's transients when moving the
2002-11-22 Havoc Pennington <hp@pobox.com> * src/window.c (meta_window_change_workspace): patch from Hidetoshi Tajima to move a window's transients when moving the window between workspaces. #98900 2002-11-21 Havoc Pennington <hp@pobox.com> * src/display.c (meta_display_open): init ret_to to RevertToPointerRoot out of sheer paranoia; don't want no RevertToNone in my code!
This commit is contained in:

committed by
Havoc Pennington

parent
5452a0ecac
commit
fd135d0869
@ -528,7 +528,7 @@ meta_display_open (const char *name)
|
||||
meta_error_trap_push (display);
|
||||
|
||||
focus = None;
|
||||
ret_to = RevertToNone;
|
||||
ret_to = RevertToPointerRoot;
|
||||
XGetInputFocus (display->xdisplay, &focus, &ret_to);
|
||||
|
||||
/* Force a new FocusIn (does this work?) */
|
||||
|
Reference in New Issue
Block a user