summaryrefslogtreecommitdiff
path: root/src/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen.h')
-rw-r--r--src/screen.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/screen.h b/src/screen.h
index 9f271d21..6e076667 100644
--- a/src/screen.h
+++ b/src/screen.h
@@ -75,6 +75,11 @@ struct _MetaScreen
MetaWorkspace *active_workspace;
+ /* This window holds the focus when we don't want to focus
+ * any actual clients
+ */
+ Window no_focus_window;
+
GList *workspaces;
MetaStack *stack;