From: Dana Jansens Date: Wed, 3 Sep 2003 21:33:22 +0000 (+0000) Subject: grab keys on the client windows themselves X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=506fa94dc74c34ee90af19353184029a76d206e4;p=chaz%2Fopenbox grab keys on the client windows themselves --- diff --git a/openbox/keyboard.c b/openbox/keyboard.c index 37bff271..1f509f77 100644 --- a/openbox/keyboard.c +++ b/openbox/keyboard.c @@ -58,7 +58,7 @@ static void grab_keys(gboolean grab) grab_for_window(screen_support_win, grab); for (it = client_list; it; it = g_list_next(it)) - grab_for_window(((ObClient*)it->data)->frame->window, grab); + grab_for_window(((ObClient*)it->data)->window, grab); } static gboolean chain_timeout(gpointer data)