grab keys on the client windows themselves
This commit is contained in:
parent
fafcb6e476
commit
506fa94dc7
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue