diff options
Diffstat (limited to 'openbox/window.c')
| -rw-r--r-- | openbox/window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/window.c b/openbox/window.c index 88a727df..c8951741 100644 --- a/openbox/window.c +++ b/openbox/window.c @@ -193,7 +193,7 @@ void window_manage(Window win) dock_manage(icon_win, win); } else - client_manage(win); + client_manage(win, NULL); } else { grab_server(FALSE); |
