X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fevent.c;h=0d7ff2a3d7225fef9d154f23b707454d1eddc157;hb=61b8f5243063622598ea21c26cccc220ea29a50c;hp=f41140eb7cd07477a1a0d71dd5f7a281511a62d4;hpb=c313b219a226c3b968ff312b96120eef0c527d91;p=chaz%2Fopenbox diff --git a/openbox/event.c b/openbox/event.c index f41140eb..0d7ff2a3 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -644,7 +644,7 @@ static void event_process(const XEvent *ec, gpointer data) else if (window == RootWindow(ob_display, ob_screen)) event_handle_root(e); else if (e->type == MapRequest) - client_manage(window); + client_manage(window, NULL); else if (e->type == MappingNotify) { /* keyboard layout changes for modifier mapping changes. reload the modifier map, and rebind all the key bindings as appropriate */