grab keys on the client windows themselves

This commit is contained in:
Dana Jansens 2003-09-03 21:33:22 +00:00
parent fafcb6e476
commit 506fa94dc7

View 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)