summaryrefslogtreecommitdiff
path: root/openbox/grab.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-06-12 15:53:14 +0000
committerDana Jansens <danakj@orodu.net>2007-06-12 15:53:14 +0000
commit124303ab7233734273eeccbc7c7507b09ddb2675 (patch)
treecb356b2631f72dabae3901e19ee697fb52ae013a /openbox/grab.h
parent8deaf1c239bf65221918ac06c77ea6fdec04b27c (diff)
only xungrabkeyboard when we actually have a passive grab on it
Diffstat (limited to 'openbox/grab.h')
-rw-r--r--openbox/grab.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbox/grab.h b/openbox/grab.h
index 8a654c8b..30c4b709 100644
--- a/openbox/grab.h
+++ b/openbox/grab.h
@@ -49,4 +49,7 @@ void grab_key(guint keycode, guint state, Window win, gint keyboard_mode);
void ungrab_all_keys(Window win);
+void grab_key_passive_count(int change);
+void ungrab_passive_key();
+
#endif