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/slit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/slit.h') diff --git a/openbox/slit.h b/openbox/slit.h index 0d4ffa93..3dd3d3db 100644 --- a/openbox/slit.h +++ b/openbox/slit.h @@ -40,7 +40,7 @@ void slit_shutdown(); void slit_configure_all(); void slit_hide(Slit *self, gboolean hide); -void slit_add(Window win, XWMHints *wmhints, XWindowAttributes *attrib); +void slit_add(Window win, XWMHints *wmhints); void slit_remove_all(); void slit_remove(SlitApp *app, gboolean reparent); -- cgit v1.2.3