From eb0185c1b133f02c9f29b1321f8c168c2ee51280 Mon Sep 17 00:00:00 2001 From: Marc-Antoine Perennou Date: Tue, 13 Dec 2011 15:42:39 +0100 Subject: [PATCH] followup to last commit: close comment Signed-off-by: Marc-Antoine Perennou --- src/core/keybindings.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/keybindings.c b/src/core/keybindings.c index 9d647557c..473110e49 100644 --- a/src/core/keybindings.c +++ b/src/core/keybindings.c @@ -3266,6 +3266,7 @@ handle_toggle_tiled (MetaDisplay *display, * horizontally first; rather than calling meta_window_unmaximize(), * we just set the flag and rely on meta_window_tile() syncing it to * save an additional roundtrip. + */ window->maximized_horizontally = FALSE; meta_window_tile (window); }