]> Dogcows Code - chaz/openbox/blobdiff - openbox/slit.h
use the size of the icon window for slit apps, not the client window
[chaz/openbox] / openbox / slit.h
index ded946219c7e8f9a0a5f2e5e3fbc8b5143c8ae51..3dd3d3db0d71fbfd49a52d36be83a25ecebff146 100644 (file)
@@ -40,11 +40,12 @@ 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);
 
+void slit_app_drag(SlitApp *app, XMotionEvent *e);
 void slit_app_configure(SlitApp *app, int w, int h);
 
 #endif
This page took 0.019742 seconds and 4 git commands to generate.