diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-05-11 05:15:43 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-05-11 05:15:43 +0000 |
| commit | ed4f84ac33765eee594ad6771df38768afd842a4 (patch) | |
| tree | 70c1ff8c08c33301a89123adad8e48745c86ac5c /openbox/slit.h | |
| parent | 20ba24b7415609cbd57927c44f079bab3c911839 (diff) | |
can drag slit-apps around in the slit
Diffstat (limited to 'openbox/slit.h')
| -rw-r--r-- | openbox/slit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/slit.h b/openbox/slit.h index ded94621..0d4ffa93 100644 --- a/openbox/slit.h +++ b/openbox/slit.h @@ -45,6 +45,7 @@ void slit_add(Window win, XWMHints *wmhints, XWindowAttributes *attrib); 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 |
