summaryrefslogtreecommitdiff
path: root/openbox/event.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/event.c')
-rw-r--r--openbox/event.c3
1 files changed, 3 insertions, 0 deletions
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--;