From ffb76025fa8463321fddaf65f4e436754f35cdd7 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 11 May 2003 17:31:23 +0000 Subject: use the size of the icon window for slit apps, not the client window --- openbox/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/client.c') 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; -- cgit v1.2.3