summary refs log tree commit diff
path: root/xutil.c
diff options
context:
space:
mode:
authoroga <oga>2009-01-22 18:06:16 +0000
committeroga <oga>2009-01-22 18:06:16 +0000
commit712f3f62c7265bd8998e692868f653471dacf3be (patch)
tree473168e533e88e843d92a3a426a49349948e3262 /xutil.c
parente2f3810fe83a7c7fdb4bd245ccdf5e4e343d1a55 (diff)
downloadcwm-712f3f62c7265bd8998e692868f653471dacf3be.tar.gz
cwm-712f3f62c7265bd8998e692868f653471dacf3be.tar.xz
cwm-712f3f62c7265bd8998e692868f653471dacf3be.zip
Oops, missed an atom.
ok okan@.
Diffstat (limited to 'xutil.c')
-rw-r--r--xutil.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xutil.c b/xutil.c
index 6db1847..d95b57f 100644
--- a/xutil.c
+++ b/xutil.c
@@ -178,4 +178,5 @@ xu_getatoms(void)
 	WM_DELETE_WINDOW = XInternAtom(X_Dpy, "WM_DELETE_WINDOW", False);	
 	WM_TAKE_FOCUS = XInternAtom(X_Dpy, "WM_TAKE_FOCUS", False);
 	WM_PROTOCOLS = XInternAtom(X_Dpy, "WM_PROTOCOLS", False);
+	_MOTIF_WM_HINTS = XInternAtom(X_Dpy, "_MOTIF_WM_HINTS", False);
 }