summaryrefslogtreecommitdiff
path: root/src/screen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen.c')
-rw-r--r--src/screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screen.c b/src/screen.c
index ab8bf95..d843c04 100644
--- a/src/screen.c
+++ b/src/screen.c
@@ -395,7 +395,7 @@ activate_screen (rp_screen *s)
/* set window manager name */
XChangeProperty (dpy, RootWindow (dpy, s->screen_num),
- _net_wm_name, utf8_string, 8, PropModeReplace,
+ _net_wm_name, xa_utf8_string, 8, PropModeReplace,
(unsigned char*)"ratpoison", 9);
XMapWindow (dpy, s->key_window);
}