Let request be processed

This commit is contained in:
Sanel Zukan 2009-02-25 15:19:00 +00:00
parent 69173c766a
commit ccf076a6f3

View File

@ -27,5 +27,6 @@ int main(int argc, char** argv) {
XChangeProperty(dpy, RootWindow(dpy, scr),
ede_quit, XA_CARDINAL, 32, PropModeReplace, (unsigned char*)&dummy, sizeof(int));
XSync(dpy, False);
return 0;
}