summaryrefslogtreecommitdiffstats
path: root/views/window/window_gtk.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/window/window_gtk.h')
-rw-r--r--views/window/window_gtk.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/views/window/window_gtk.h b/views/window/window_gtk.h
index 80ed1dd..a670536 100644
--- a/views/window/window_gtk.h
+++ b/views/window/window_gtk.h
@@ -96,8 +96,9 @@ class WindowGtk : public WidgetGtk, public Window {
// desired implementation before calling |Init|.
NonClientView* non_client_view_;
-
+ // State of the window, such as fullscreen, hidden...
GdkWindowState window_state_;
+
// Set to true if the window is in the process of closing.
bool window_closed_;