summary refs log tree commit diff
path: root/client.c
diff options
context:
space:
mode:
authorokan <okan>2008-05-18 20:00:16 +0000
committerokan <okan>2008-05-18 20:00:16 +0000
commit5a0128bdc7d9291dd47861acd88a649e30e08400 (patch)
tree97b5d0234ca209797ff6f0ce0bc994a342ce2cf5 /client.c
parent5fee379cb533e7844db03a9a3a22ed1b4cede289 (diff)
downloadcwm-5a0128bdc7d9291dd47861acd88a649e30e08400.tar.gz
cwm-5a0128bdc7d9291dd47861acd88a649e30e08400.tar.xz
cwm-5a0128bdc7d9291dd47861acd88a649e30e08400.zip
remove extra calls to client_draw_border()
ok oga@
Diffstat (limited to 'client.c')
-rw-r--r--client.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/client.c b/client.c
index 9de07a5..17023c9 100644
--- a/client.c
+++ b/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