client.c
changeset 629 58851a8806b9
parent 628 a75123ef4b5f
child 630 264f02dd2ad0
equal deleted inserted replaced
628:a75123ef4b5f 629:58851a8806b9
   289 	if(c->w == sw && c->h == sh)
   289 	if(c->w == sw && c->h == sh)
   290 		wc.border_width = 0;
   290 		wc.border_width = 0;
   291 	else
   291 	else
   292 		wc.border_width = BORDERPX;
   292 		wc.border_width = BORDERPX;
   293 	XConfigureWindow(dpy, c->win, CWX | CWY | CWWidth | CWHeight | CWBorderWidth, &wc);
   293 	XConfigureWindow(dpy, c->win, CWX | CWY | CWWidth | CWHeight | CWBorderWidth, &wc);
   294 	configure(c);
   294 	/*configure(c);*/
   295 	XSync(dpy, False);
   295 	XSync(dpy, False);
   296 }
   296 }
   297 
   297 
   298 void
   298 void
   299 resizetitle(Client *c) {
   299 resizetitle(Client *c) {