summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2011-06-16 11:01:39 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2011-06-20 15:35:13 +1000
commit13799852a8b8116094a885809782604fa7507115 (patch)
tree657b90cf52b156af8ab711aee8c7e48939fa8dfe
parent7c3c4332d63d9003f7115173b7ece6ab1297cc15 (diff)
Add two more symbols for logging grab and window trees
These two keysyms provide exciting new possibilities of a close relationship between our valued users and hard-working developers through innovative logging solutions. Such keysyms truly pave new ground in the reponsiveness to bug reports and and debug-ability of grabs. For unprecedented uses of these keysyms, see the patches here: http://patchwork.freedesktop.org/patch/5936/ http://patchwork.freedesktop.org/patch/5935/ Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Daniel Stone <daniel@fooishbar.org>
-rw-r--r--XF86keysym.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/XF86keysym.h b/XF86keysym.h
index fd3af4f..df5e9cc 100644
--- a/XF86keysym.h
+++ b/XF86keysym.h
@@ -229,4 +229,5 @@
#define XF86XK_ClearGrab 0x1008FE21 /* kill application with grab */
#define XF86XK_Next_VMode 0x1008FE22 /* next video mode available */
#define XF86XK_Prev_VMode 0x1008FE23 /* prev. video mode available */
-
+#define XF86XK_LogWindowTree 0x1008FE24 /* print window tree to log */
+#define XF86XK_LogGrabInfo 0x1008FE25 /* print all active grabs to log */