From d6e49acf0ff267b3ee9a9f1e0102028734803747 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 22 Apr 2007 15:58:09 +0000 Subject: dont need to ignore mouse events during a keyboard grab, they go to the grab-window anyways use our built in grab_keyboard --- openbox/action.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/action.c') diff --git a/openbox/action.c b/openbox/action.c index fc6f5a78..5e42b68b 100644 --- a/openbox/action.c +++ b/openbox/action.c @@ -1042,7 +1042,7 @@ void action_run_list(GSList *acts, ObClient *c, ObFrameContext context, it won't work right unless we XUngrabKeyboard first, even though we grabbed the key/button Asychronously. e.g. "gnome-panel-control --main-menu" */ - XUngrabKeyboard(ob_display, event_curtime); + grab_keyboard(FALSE); } for (it = acts; it; it = g_slist_next(it)) { -- cgit v1.2.3