mirror of
https://github.com/dylanaraps/sowm.git
synced 2025-08-03 21:51:57 -07:00
docs: update
This commit is contained in:
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);
|
||||||
|
Reference in New Issue
Block a user