소스 검색

raising the barwin has no effect becasue of restack

Anselm R. Garbe 18 년 전
부모
커밋
a967d7f664
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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));
 }