From 56d7bc50f0da9fe694b20751fa67aaa7e9158967 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 13 May 2007 15:29:49 +0000 Subject: don't allow focus to move during an interactive grab. if users set up actions such that this would happen, then kill the interactive grab before moving focus. this is to avoid NotifyWhileGrabbed FocusOut's --- openbox/keyboard.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbox/keyboard.h') diff --git a/openbox/keyboard.h b/openbox/keyboard.h index 4c6f3bb5..3d70448f 100644 --- a/openbox/keyboard.h +++ b/openbox/keyboard.h @@ -49,4 +49,6 @@ gboolean keyboard_process_interactive_grab(const XEvent *e, struct _ObClient **client); gboolean keyboard_interactively_grabbed(); +void keyboard_interactive_cancel(); + #endif -- cgit v1.2.3