whitespace

This commit is contained in:
Dana Jansens 2003-03-23 19:44:43 +00:00
parent 86a8d8031b
commit cf37170bff

View file

@ -130,7 +130,7 @@ void client_manage(Window window)
if (XCheckTypedWindowEvent(ob_display, window, DestroyNotify, &e) || if (XCheckTypedWindowEvent(ob_display, window, DestroyNotify, &e) ||
XCheckTypedWindowEvent(ob_display, window, UnmapNotify, &e)) { XCheckTypedWindowEvent(ob_display, window, UnmapNotify, &e)) {
XPutBackEvent(ob_display, &e); XPutBackEvent(ob_display, &e);
grab_server(FALSE); grab_server(FALSE);
return; /* don't manage it */ return; /* don't manage it */
} }