[metacity] window: initialize fullscreen to FALSE
- From: Alberts Muktupāvels <muktupavels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [metacity] window: initialize fullscreen to FALSE
- Date: Fri, 10 Oct 2014 21:19:49 +0000 (UTC)
commit 59d3c204e9ee73eb41c397904beee8c9e9e165f5
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date: Sat Oct 11 00:12:34 2014 +0300
window: initialize fullscreen to FALSE
This fix random bug when applications without reason opens in
fullscreen mode.
src/core/window.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/core/window.c b/src/core/window.c
index 8e4345d..6b68348 100644
--- a/src/core/window.c
+++ b/src/core/window.c
@@ -467,6 +467,7 @@ meta_window_new_with_attrs (MetaDisplay *display,
window->tile_mode = META_TILE_NONE;
window->tile_monitor_number = -1;
window->shaded = FALSE;
+ window->fullscreen = FALSE;
window->initially_iconic = FALSE;
window->minimized = FALSE;
window->was_minimized = FALSE;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]