From 5a0128bdc7d9291dd47861acd88a649e30e08400 Mon Sep 17 00:00:00 2001 From: okan Date: Sun, 18 May 2008 20:00:16 +0000 Subject: [PATCH] remove extra calls to client_draw_border() ok oga@ --- client.c | 2 -- group.c | 2 -- 2 files changed, 4 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 diff --git a/group.c b/group.c index 5fc01be..a75a319 100644 --- a/group.c +++ b/group.c @@ -53,8 +53,6 @@ _group_remove(struct client_ctx *cc) TAILQ_REMOVE(&cc->group->clients, cc, group_entry); cc->group = NULL; - cc->highlight = 0; - client_draw_border(cc); } static void