mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Send correct message
This commit is contained in:
parent
ccf076a6f3
commit
6db6d6bb22
@ -22,7 +22,7 @@ int main(int argc, char** argv) {
|
||||
}
|
||||
|
||||
int scr = DefaultScreen(dpy);
|
||||
Atom ede_quit = XInternAtom(dpy, "_EDE_EVOKE_QUIT", False);
|
||||
Atom ede_quit = XInternAtom(dpy, "_EDE_EVOKE_SHUTDOWN_ALL", False);
|
||||
int dummy = 1;
|
||||
|
||||
XChangeProperty(dpy, RootWindow(dpy, scr),
|
||||
|
Loading…
Reference in New Issue
Block a user