Put back the border draw call in client_resize; since we are adding and

removing the border on maximized clients we need to redraw.

Also noticed by Tim van der Molen
This commit is contained in:
okan 2013-11-11 12:51:15 +00:00
parent 3bb928a1c2
commit bda68b0924

View File

@ -401,6 +401,8 @@ client_resize(struct client_ctx *cc, int reset)
xu_ewmh_set_net_wm_state(cc);
}
client_draw_border(cc);
XMoveResizeWindow(X_Dpy, cc->win, cc->geom.x,
cc->geom.y, cc->geom.w, cc->geom.h);
client_config(cc);