]> Dogcows Code - chaz/openbox/blobdiff - openbox/event.c
dockapps are ObWindows now.
[chaz/openbox] / openbox / event.c
index 732857e0886486a6b29b60267b88443f773effe7..f55950b527562b7a308fe90e73bfb00de63c19dc 100644 (file)
@@ -1007,6 +1007,7 @@ static void event_handle_dockapp(DockApp *app, XEvent *e)
         dock_app_drag(app, &e->xmotion);
         break;
     case UnmapNotify:
+        g_message("Unmap");
        if (app->ignore_unmaps) {
            app->ignore_unmaps--;
            break;
@@ -1014,6 +1015,7 @@ static void event_handle_dockapp(DockApp *app, XEvent *e)
        dock_remove(app, TRUE);
        break;
     case DestroyNotify:
+        g_message("Destroy");
        dock_remove(app, FALSE);
        break;
     case ReparentNotify:
This page took 0.023883 seconds and 4 git commands to generate.