summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas Thurman <tthurman@gnome.org>2008-06-10 13:46:41 +0000
committerThomas James Alexander Thurman <tthurman@src.gnome.org>2008-06-10 13:46:41 +0000
commit941e4bf9670742f59ee53b60b4493f62b9ef5c2c (patch)
tree4cf1ccd31671d23f8a33b678e20106919c787ee0 /src
parent60d710a71f39826dcfd0c18db57597c885b59c36 (diff)
downloadmetacity-941e4bf9670742f59ee53b60b4493f62b9ef5c2c.tar.gz
A preliminary attempt at a test for the theme expression tokeniser.
2008-06-10 Thomas Thurman <tthurman@gnome.org> * test/tokentest: A preliminary attempt at a test for the theme expression tokeniser. svn path=/trunk/; revision=3753
Diffstat (limited to 'src')
-rw-r--r--src/core/keybindings.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/core/keybindings.c b/src/core/keybindings.c
index 3b71d5ed..769ed95e 100644
--- a/src/core/keybindings.c
+++ b/src/core/keybindings.c
@@ -2549,6 +2549,13 @@ process_tab_grab (MetaDisplay *display,
default:
break;
}
+
+ /* !! TO HERE !!
+ * alt-f6 during alt-{Tab,Escape} does not end the grab
+ * but does change the grab op (and redraws the window,
+ * of course).
+ * See _{SWITCH,CYCLE}_GROUP.@@@
+ */
popup_not_showing = FALSE;
key_used = FALSE;