aboutsummaryrefslogtreecommitdiff
path: root/server.c
diff options
context:
space:
mode:
Diffstat (limited to 'server.c')
-rw-r--r--server.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/server.c b/server.c
index e217ee5b..0ce5395d 100644
--- a/server.c
+++ b/server.c
@@ -1,4 +1,4 @@
-/* $Id: server.c,v 1.134 2009-04-01 21:10:08 nicm Exp $ */
+/* $Id: server.c,v 1.135 2009-04-02 20:30:20 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -921,6 +921,8 @@ server_check_window(struct window *w)
wp = wq;
}
+ w->flags &= ~WINDOW_REDRAW; /* redrawn as part of client */
+
if (!destroyed)
return;