mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
Oops, missed an atom.
ok okan@.
This commit is contained in:
parent
e2f3810fe8
commit
712f3f62c7
1
xutil.c
1
xutil.c
@ -178,4 +178,5 @@ xu_getatoms(void)
|
|||||||
WM_DELETE_WINDOW = XInternAtom(X_Dpy, "WM_DELETE_WINDOW", False);
|
WM_DELETE_WINDOW = XInternAtom(X_Dpy, "WM_DELETE_WINDOW", False);
|
||||||
WM_TAKE_FOCUS = XInternAtom(X_Dpy, "WM_TAKE_FOCUS", False);
|
WM_TAKE_FOCUS = XInternAtom(X_Dpy, "WM_TAKE_FOCUS", False);
|
||||||
WM_PROTOCOLS = XInternAtom(X_Dpy, "WM_PROTOCOLS", False);
|
WM_PROTOCOLS = XInternAtom(X_Dpy, "WM_PROTOCOLS", False);
|
||||||
|
_MOTIF_WM_HINTS = XInternAtom(X_Dpy, "_MOTIF_WM_HINTS", False);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user