mirror of
https://github.com/vale981/spectrwm
synced 2025-03-05 09:51:38 -05:00
xcb_disconnect into restart
This commit is contained in:
parent
4a4ceecce4
commit
d50d4826ba
1 changed files with 1 additions and 0 deletions
|
@ -2306,6 +2306,7 @@ restart(struct swm_region *r, union arg *args)
|
|||
bar_extra = 1;
|
||||
unmap_all();
|
||||
xcb_flush(conn);
|
||||
xcb_disconnect(conn);
|
||||
|
||||
execvp(start_argv[0], start_argv);
|
||||
warn("execvp failed");
|
||||
|
|
Loading…
Add table
Reference in a new issue