mirror of
https://github.com/vale981/spectrwm
synced 2025-03-04 17:31:40 -05:00
xcb_flush in restart
This commit is contained in:
parent
c668926e6e
commit
efd9be3bdb
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue