mirror of
https://github.com/dylanaraps/sowm.git
synced 2025-05-19 09:30:24 -07:00
sowm: clean up
This commit is contained in:
parent
ce819bd126
commit
c4d0b2ee8c
2
sowm.c
2
sowm.c
@ -532,7 +532,7 @@ void run(const Arg arg) {
|
|||||||
int main(void) {
|
int main(void) {
|
||||||
XEvent ev;
|
XEvent ev;
|
||||||
|
|
||||||
if (!(d = XOpenDisplay(0x0))) return 0;
|
if (!(d = XOpenDisplay(0))) return 0;
|
||||||
|
|
||||||
signal(SIGCHLD, SIG_IGN);
|
signal(SIGCHLD, SIG_IGN);
|
||||||
XSetErrorHandler(xerror);
|
XSetErrorHandler(xerror);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user