]> Dogcows Code - chaz/openbox/commitdiff
since the internal windows are in window_map now, it's possible we'll get them back...
authorDana Jansens <danakj@orodu.net>
Sat, 12 Jan 2008 04:16:06 +0000 (23:16 -0500)
committerDana Jansens <danakj@orodu.net>
Sat, 12 Jan 2008 04:16:06 +0000 (23:16 -0500)
openbox/event.c

index bc59d67e7ada52146be6f5166842af6a52817857..04ecf3837e7f26108b3f43afcb8311b1befd571f 100644 (file)
@@ -475,10 +475,12 @@ static void event_process(const XEvent *ec, gpointer data)
             client = WINDOW_AS_CLIENT(obwin);
             break;
         case Window_Menu:
-        case Window_Internal:
             /* not to be used for events */
             g_assert_not_reached();
             break;
+        case Window_Internal:
+            /* we don't do anything with events directly on these windows */
+            break;
         }
     }
 
This page took 0.025913 seconds and 4 git commands to generate.