what kind of weed is that?

This commit is contained in:
Ali H. Fardan
2016-09-05 02:17:30 +03:00
parent b9b6486cda
commit 720328cef9
3 changed files with 58 additions and 4 deletions

View File

@ -601,7 +601,6 @@ main(void)
char *res, *element;
struct arg argument;
stderr = stderr;
dpy = XOpenDisplay(NULL);
for (;;) {
@ -621,10 +620,9 @@ main(void)
free(res);
free(element);
}
XStoreName(dpy, DefaultRootWindow(dpy), status_string);
XSync(dpy, False);
}
XStoreName(dpy, DefaultRootWindow(dpy), status_string);
XSync(dpy, False);
XCloseDisplay(dpy);
return 0;