Explorar o código

raising the barwin has no effect becasue of restack

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

+ 0 - 1
main.c

@@ -247,7 +247,6 @@ updatebarpos(void) {
 		XMoveWindow(dpy, barwin, sx, sy - bh);
 		break;
 	}
-	XRaiseWindow(dpy, barwin);
 	XSync(dpy, False);
 	while(XCheckMaskEvent(dpy, EnterWindowMask, &ev));
 }