followup to last commit: close comment

Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
This commit is contained in:
Marc-Antoine Perennou 2011-12-13 15:42:39 +01:00 committed by Florian Müllner
parent 34f6ffd1ad
commit eb0185c1b1

View File

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