[metacity] update window->has_resize_func at the right time when unfullscreening
- From: Alberts Muktupāvels <muktupavels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [metacity] update window->has_resize_func at the right time when unfullscreening
- Date: Wed, 15 Apr 2015 13:15:49 +0000 (UTC)
commit c66d83a7e44e2d51e110a4c0d5d60caa103e5c31
Author: Owen W. Taylor <otaylor fishsoup net>
Date: Mon Oct 17 14:56:56 2011 -0400
update window->has_resize_func at the right time when unfullscreening
Since the frame window size that meta_window_move_resize() uses depends
on whether the window has horizontal/vertical resize functionality, we
need to update this flag before we resize the window.
https://bugzilla.gnome.org/show_bug.cgi?id=659854
src/core/window.c | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/src/core/window.c b/src/core/window.c
index 30b5e3a..e938678 100644
--- a/src/core/window.c
+++ b/src/core/window.c
@@ -2900,6 +2900,11 @@ meta_window_unmake_fullscreen (MetaWindow *window)
*/
ensure_size_hints_satisfied (&target_rect, &window->size_hints);
+ /* Need to update window->has_resize_func before we move_resize()
+ */
+ recalc_window_features (window);
+ set_net_wm_state (window);
+
meta_window_move_resize (window,
FALSE,
target_rect.x,
@@ -2912,9 +2917,6 @@ meta_window_unmake_fullscreen (MetaWindow *window)
force_save_user_window_placement (window);
meta_window_update_layer (window);
-
- recalc_window_features (window);
- set_net_wm_state (window);
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]