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:
Christof Krüger 2006-12-06 01:26:30 +00:00 committed by Thomas James Alexander Thurman
parent 390ded3054
commit ceb54162b3
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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.
2006-12-03 Federico Mena Quintero <federico@novell.com>
Fix http://bugzilla.gnome.org/show_bug.cgi?id=381127:

View File

@ -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);