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/slit.h | |
| parent | 23697223a5f7242767c7959158f314f50887985c (diff) | |
use the size of the icon window for slit apps, not the client window
Diffstat (limited to 'openbox/slit.h')
| -rw-r--r-- | openbox/slit.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
