summaryrefslogtreecommitdiff
path: root/src/workspace.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/workspace.h')
-rw-r--r--src/workspace.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/workspace.h b/src/workspace.h
index 018d1dfb..403a73ea 100644
--- a/src/workspace.h
+++ b/src/workspace.h
@@ -49,6 +49,8 @@ struct _MetaWorkspace
GSList *top_struts;
GSList *bottom_struts;
guint work_areas_invalid : 1;
+
+ guint showing_desktop : 1;
};
MetaWorkspace* meta_workspace_new (MetaScreen *screen);