diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-05-11 17:31:23 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-05-11 17:31:23 +0000 |
| commit | ffb76025fa8463321fddaf65f4e436754f35cdd7 (patch) | |
| tree | 9f850275194cbfbaa33450450eef9251b805dac1 /openbox/client.c | |
| parent | 23697223a5f7242767c7959158f314f50887985c (diff) | |
use the size of the icon window for slit apps, not the client window
Diffstat (limited to 'openbox/client.c')
| -rw-r--r-- | openbox/client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/client.c b/openbox/client.c index 29a20ad9..3389fdc6 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -202,7 +202,7 @@ void client_manage(Window window) if ((wmhint = XGetWMHints(ob_display, window))) { if ((wmhint->flags & StateHint) && wmhint->initial_state == WithdrawnState) { - slit_add(window, wmhint, &attrib); + slit_add(window, wmhint); grab_server(FALSE); XFree(wmhint); return; |
