JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Add xcb_flush to wkill().
authorReginald Kennedy <rk@rejii.com>
Sun, 15 Jul 2012 00:39:21 +0000 (08:39 +0800)
committerReginald Kennedy <rk@rejii.com>
Fri, 20 Jul 2012 21:59:29 +0000 (05:59 +0800)
spectrwm.c

index 3dbfdaa..294356f 100644 (file)
@@ -4035,6 +4035,8 @@ wkill(struct swm_region *r, union arg *args)
        else
                if (r->ws->focus->can_delete)
                        client_msg(r->ws->focus, adelete);
+
+       xcb_flush(conn);
 }