X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fevent.c;h=2e3a44c56a63f64a7c301c7b0de2e8a977ce7eef;hb=52369e319f11e1189e8980f64974236eeb4de96e;hp=c54cd1666d4494c76bce690b8c31088ccb0f5664;hpb=73c9a0e06b0248d430aac1c2c91f44a6a9dbac04;p=chaz%2Fopenbox diff --git a/openbox/event.c b/openbox/event.c index c54cd166..2e3a44c5 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -476,7 +476,7 @@ static void event_process(const XEvent *ec, gpointer data) case OB_WINDOW_CLASS_MENUFRAME: menu = WINDOW_AS_MENUFRAME(obwin); break; - case OB_WINDOW_CLASS_INTERNALWINDOW: + case OB_WINDOW_CLASS_INTERNAL: /* we don't do anything with events directly on these windows */ break; } @@ -711,7 +711,7 @@ static void event_process(const XEvent *ec, gpointer data) ObWindow *w; if ((w = window_find(e->xbutton.subwindow)) && - WINDOW_IS_INTERNALWINDOW(w)) + WINDOW_IS_INTERNAL(w)) { event_handle_user_input(client, e); }