summary refs log tree commit diff
diff options
context:
space:
mode:
-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);
 }