mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +00:00
Fix flickering about when dragging maximised windows between xineramas.
2006-12-05 Christof Krüger <mail@pop2wap.net> * src/window.c (update_move): Fix flickering about when dragging maximised windows between xineramas. Closes #358715.
This commit is contained in:

committed by
Thomas James Alexander Thurman

parent
390ded3054
commit
ceb54162b3
@ -6730,6 +6730,9 @@ update_move (MetaWindow *window,
|
||||
window->saved_rect.y += window->frame->child_y;
|
||||
}
|
||||
|
||||
window->user_rect.x = window->saved_rect.x;
|
||||
window->user_rect.y = window->saved_rect.y;
|
||||
|
||||
meta_window_unmaximize (window,
|
||||
META_MAXIMIZE_HORIZONTAL |
|
||||
META_MAXIMIZE_VERTICAL);
|
||||
|
Reference in New Issue
Block a user