mirror of
https://github.com/dylanaraps/sowm.git
synced 2025-05-19 09:30:24 -07:00
docs: update
This commit is contained in:
parent
33a39f859d
commit
771dafe473
2
sowm.c
2
sowm.c
@ -334,7 +334,7 @@ int main(void) {
|
|||||||
if (!(dis = XOpenDisplay(0x0))) return 0;
|
if (!(dis = XOpenDisplay(0x0))) return 0;
|
||||||
|
|
||||||
signal(SIGCHLD, SIG_IGN);
|
signal(SIGCHLD, SIG_IGN);
|
||||||
XSetErrorHandler(xerror);
|
XSetErrorHandler(xerror);
|
||||||
|
|
||||||
s = DefaultScreen(dis);
|
s = DefaultScreen(dis);
|
||||||
root = RootWindow(dis, s);
|
root = RootWindow(dis, s);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user