Explorar el Código

raising the barwin has no effect becasue of restack

Anselm R. Garbe hace 18 años
padre
commit
a967d7f664
Se han modificado 1 ficheros con 0 adiciones y 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));
 }