Explorar o código

raise barwin in restack, that's the most elegant solution I think

Anselm R. Garbe %!s(int64=18) %!d(string=hai) anos
pai
achega
598e22907e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      layout.c

+ 1 - 0
layout.c

@@ -189,6 +189,7 @@ restack(void) {
 			XLowerWindow(dpy, c->win);
 		}
 	}
+	XRaiseWindow(dpy, barwin);
 	XSync(dpy, False);
 	while(XCheckMaskEvent(dpy, EnterWindowMask, &ev));
 }