]> Dogcows Code - chaz/openbox/commitdiff
grab keys on the client windows themselves
authorDana Jansens <danakj@orodu.net>
Wed, 3 Sep 2003 21:33:22 +0000 (21:33 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 3 Sep 2003 21:33:22 +0000 (21:33 +0000)
openbox/keyboard.c

index 37bff2711a5471167220b9904fd8518831e0e314..1f509f77ff8c5e61aa0544690053f95faea16b3d 100644 (file)
@@ -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)
This page took 0.025105 seconds and 4 git commands to generate.