no that change breaks fullscreen apps
This commit is contained in:
parent
598e22907e
commit
fa32f02a43
1 changed files with 0 additions and 1 deletions
1
layout.c
1
layout.c
|
@ -189,7 +189,6 @@ restack(void) {
|
||||||
XLowerWindow(dpy, c->win);
|
XLowerWindow(dpy, c->win);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
XRaiseWindow(dpy, barwin);
|
|
||||||
XSync(dpy, False);
|
XSync(dpy, False);
|
||||||
while(XCheckMaskEvent(dpy, EnterWindowMask, &ev));
|
while(XCheckMaskEvent(dpy, EnterWindowMask, &ev));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue