mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Let request be processed
This commit is contained in:
parent
69173c766a
commit
ccf076a6f3
@ -27,5 +27,6 @@ int main(int argc, char** argv) {
|
|||||||
|
|
||||||
XChangeProperty(dpy, RootWindow(dpy, scr),
|
XChangeProperty(dpy, RootWindow(dpy, scr),
|
||||||
ede_quit, XA_CARDINAL, 32, PropModeReplace, (unsigned char*)&dummy, sizeof(int));
|
ede_quit, XA_CARDINAL, 32, PropModeReplace, (unsigned char*)&dummy, sizeof(int));
|
||||||
|
XSync(dpy, False);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user