mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
remove extra calls to client_draw_border()
ok oga@
This commit is contained in:
parent
5fee379cb5
commit
5a0128bdc7
2
client.c
2
client.c
@ -365,7 +365,6 @@ client_resize(struct client_ctx *cc)
|
||||
XMoveResizeWindow(X_Dpy, cc->win, cc->bwidth, cc->bwidth,
|
||||
cc->geom.width, cc->geom.height);
|
||||
xev_reconfig(cc);
|
||||
client_draw_border(cc);
|
||||
}
|
||||
|
||||
void
|
||||
@ -386,7 +385,6 @@ void
|
||||
client_raise(struct client_ctx *cc)
|
||||
{
|
||||
XRaiseWindow(X_Dpy, cc->pwin);
|
||||
client_draw_border(cc);
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user