summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorBernhard R. Link <brlink@debian.org>2009-01-03 16:22:29 +0100
committerShawn <sabetts@juicebox.(none)>2009-01-16 15:58:20 -0800
commit281aaf7b489d9ba89fdf5e39637cde287e83f9fa (patch)
tree94f66d38efb05594a79f05c21394d2dd40cfad88 /src/main.c
parentffae4bf9413bec7efd5d4821e030b63a700fab69 (diff)
downloadratpoison-281aaf7b489d9ba89fdf5e39637cde287e83f9fa.zip
set _net_wm_name for the root window to ratpoison
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 0f213c8..a90ccf2 100644
--- a/src/main.c
+++ b/src/main.c
@@ -691,6 +691,8 @@ main (int argc, char *argv[])
PRINT_DEBUG (("_NET_SUPPORTED = %ld\n", _net_supported));
_net_wm_window_type = XInternAtom(dpy, "_NET_WM_WINDOW_TYPE", False);
_net_wm_window_type_dialog = XInternAtom(dpy, "_NET_WM_WINDOW_TYPE_DIALOG", False);
+ _net_wm_name = XInternAtom(dpy, "_NET_WM_NAME", False);
+ utf8_string = XInternAtom(dpy, "UTF8_STRING", False);
/* Setup signal handlers. */
XSetErrorHandler(handler);