summaryrefslogtreecommitdiff
path: root/src/screen.h
diff options
context:
space:
mode:
authorPaulo Zanoni <przanoni@src.gnome.org>2007-08-27 04:43:33 +0000
committerPaulo Zanoni <przanoni@src.gnome.org>2007-08-27 04:43:33 +0000
commitaafaf298f7d8132aca02b3bfcf2340574fc7bfbf (patch)
treeb197ffe1e0af89f2beacf2f07d87c82494298b8c /src/screen.h
parentb41c8538b6e644bbc3a9fc01d7e008dd2bc3e2f9 (diff)
downloadmetacity-multiple_pointer_x.tar.gz
Another very big commit...multiple_pointer_x
Now it is possible to do "multiple operations" at the same time: dragging/resizing windows with multiple mice, for example. Some bugs corrected. Some other still need to be corrected... svn path=/branches/multiple_pointer_x/; revision=3310
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;