]> Dogcows Code - chaz/openbox/blobdiff - openbox/event.c
can drag slit-apps around in the slit
[chaz/openbox] / openbox / event.c
index a9eb0fa5fdd1ae03d686510afb942a98ea5d99e0..f6090f67f106e7a40f9ee89782e8d2d3a5ffc61a 100644 (file)
@@ -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--;
This page took 0.019736 seconds and 4 git commands to generate.