summaryrefslogtreecommitdiff
path: root/openbox/event.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/event.c')
-rw-r--r--openbox/event.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/event.c b/openbox/event.c
index 732857e0..f55950b5 100644
--- a/openbox/event.c
+++ b/openbox/event.c
@@ -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: