whitespace
This commit is contained in:
parent
86a8d8031b
commit
cf37170bff
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue