JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
xcb_flush in restart
authorDavid Hill <dhill@conformal.com>
Fri, 13 Jul 2012 02:48:44 +0000 (22:48 -0400)
committerReginald Kennedy <rk@rejii.com>
Fri, 20 Jul 2012 21:58:33 +0000 (05:58 +0800)
spectrwm.c

index 933ed3d..4c8387f 100644 (file)
@@ -2305,6 +2305,8 @@ restart(struct swm_region *r, union arg *args)
        bar_extra_stop();
        bar_extra = 1;
        unmap_all();
+       xcb_flush(conn);
+
        execvp(start_argv[0], start_argv);
        warn("execvp failed");
        quit(NULL, NULL);