From a0691941e88ca8a8388fe17971be637e3aa3d835 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 16 May 2003 18:34:29 +0000 Subject: dockapps are ObWindows now. set the type when creating new dockapps. --- openbox/event.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbox/event.c') 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: -- cgit v1.2.3