summaryrefslogtreecommitdiff
path: root/src/window.h
diff options
context:
space:
mode:
authorrhp <rhp>2001-06-24 06:47:54 +0000
committerrhp <rhp>2001-06-24 06:47:54 +0000
commit8025ecea02c9723e3a72795e4d5913ccc1e74785 (patch)
tree7733e76ac536dee9d99a3810b68c9cab5e83bd69 /src/window.h
parent1b3a58c951f08548d94420c68882b8dacbefda40 (diff)
downloadmetacity-8025ecea02c9723e3a72795e4d5913ccc1e74785.tar.gz
...
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/window.h b/src/window.h
index 41df9fe2..42ce9533 100644
--- a/src/window.h
+++ b/src/window.h
@@ -104,6 +104,9 @@ struct _MetaWindow
* the window. It's taken to mean initially minimized.
*/
guint initially_iconic : 1;
+
+ /* whether an initial workspace was explicitly set */
+ guint initial_workspace_set : 1;
/* These are the two flags from WM_PROTOCOLS */
guint take_focus : 1;