[mutter] window: Do not restore tiling on unmaximize



commit 10d53fc7d200b9cc86ca7302c410558e5d917976
Author: Florian MÃllner <fmuellner gnome org>
Date:   Tue Jul 3 21:52:24 2012 +0200

    window: Do not restore tiling on unmaximize
    
    When we consider tiling a special case of maximization, it makes
    more sense to always unmaximize to the normal state rather than
    restoring a previous tile state.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=677565

 src/core/window.c |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)
---
diff --git a/src/core/window.c b/src/core/window.c
index 93422aa..4c754b6 100644
--- a/src/core/window.c
+++ b/src/core/window.c
@@ -3889,15 +3889,6 @@ void
 meta_window_unmaximize (MetaWindow        *window,
                         MetaMaximizeFlags  directions)
 {
-  /* Restore tiling if necessary */
-  if (window->tile_mode == META_TILE_LEFT ||
-      window->tile_mode == META_TILE_RIGHT)
-    {
-      window->maximized_horizontally = FALSE;
-      meta_window_tile (window);
-      return;
-    }
-
   meta_window_unmaximize_internal (window, directions, &window->saved_rect,
                                    NorthWestGravity);
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]