summaryrefslogtreecommitdiff
path: root/src/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen.h')
-rw-r--r--src/screen.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/screen.h b/src/screen.h
index c6cc7f45..33d4b32c 100644
--- a/src/screen.h
+++ b/src/screen.h
@@ -110,8 +110,10 @@ struct _MetaScreen
MetaScreenCorner starting_corner;
guint vertical_workspaces : 1;
- guint keys_grabbed : 1;
- guint all_keys_grabbed : 1;
+// guint keys_grabbed : 1;
+// guint all_keys_grabbed : 1;
+ MetaDevList keys_grabbed;
+ MetaDevList all_keys_grabbed;
int closing;