aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-window-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-window-private.h')
-rw-r--r--shell/e-shell-window-private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/e-shell-window-private.h b/shell/e-shell-window-private.h
index c4f2e195d2..4570aba02f 100644
--- a/shell/e-shell-window-private.h
+++ b/shell/e-shell-window-private.h
@@ -98,6 +98,8 @@ struct _EShellWindowPrivate {
/* Shell signal handlers. */
GArray *signal_handler_ids;
+ gchar *geometry;
+
guint destroyed : 1; /* XXX Do we still need this? */
guint safe_mode : 1;
};