fix SIGHUP handling

This commit is contained in:
Nishi 2025-12-21 16:00:28 +09:00
commit 3e0c386d97
Signed by: nishi
GPG key ID: 27EF69B208EB9343

View file

@ -201,6 +201,7 @@ void set_background_x(void) {
}
}
XClearWindow(xdisplay, DefaultRootWindow(xdisplay));
XFlush(xdisplay);
}
int init_x(void) {