Browse Source

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

Anselm R. Garbe 18 năm trước cách đây
mục cha
commit
598e22907e
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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));
 }