From ed4f84ac33765eee594ad6771df38768afd842a4 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 11 May 2003 05:15:43 +0000 Subject: can drag slit-apps around in the slit --- openbox/event.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openbox/event.c') diff --git a/openbox/event.c b/openbox/event.c index a9eb0fa5..f6090f67 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -928,6 +928,9 @@ static void event_handle_slit(Slit *s, XEvent *e) static void event_handle_slitapp(SlitApp *app, XEvent *e) { switch (e->type) { + case MotionNotify: + slit_app_drag(app, &e->xmotion); + break; case UnmapNotify: if (app->ignore_unmaps) { app->ignore_unmaps--; -- cgit v1.2.3