Kaynağa Gözat

disabling configure() during resize

arg@mig29 19 yıl önce
ebeveyn
işleme
4ca3d861f0
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      client.c

+ 1 - 1
client.c

@@ -291,7 +291,7 @@ resize(Client *c, Bool sizehints, Corner sticky) {
 	else
 		wc.border_width = BORDERPX;
 	XConfigureWindow(dpy, c->win, CWX | CWY | CWWidth | CWHeight | CWBorderWidth, &wc);
-	configure(c);
+	/*configure(c);*/
 	XSync(dpy, False);
 }