From 712f3f62c7265bd8998e692868f653471dacf3be Mon Sep 17 00:00:00 2001 From: oga Date: Thu, 22 Jan 2009 18:06:16 +0000 Subject: [PATCH] Oops, missed an atom. ok okan@. --- xutil.c | 1 + 1 file changed, 1 insertion(+) 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); }