]> Dogcows Code - chaz/openbox/commitdiff
missed the end of a comment
authorDana Jansens <danakj@orodu.net>
Thu, 27 Mar 2003 23:12:42 +0000 (23:12 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 27 Mar 2003 23:12:42 +0000 (23:12 +0000)
openbox/event.c

index f140bfcf17056c386fab33a08d6b7bb6144ef4f7..d1611f9e351bccd0fafc74a2a2d4e2f6a1856022 100644 (file)
@@ -226,7 +226,7 @@ void event_process(XEvent *e)
        if (e->xfocus.detail == NotifyInferior ||
             e->xfocus.detail == NotifyAncestor ||
             e->xfocus.detail > NotifyNonlinearVirtual) return;
-            g_message("FocusIn on %lx", window);*/
+            g_message("FocusIn on %lx", window);
         break;
     case FocusOut:
         g_message("FocusOut on %lx mode %d detail %d", window,
This page took 0.028154 seconds and 4 git commands to generate.