summaryrefslogtreecommitdiff
path: root/src/globals.h
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/globals.h
parentffae4bf9413bec7efd5d4821e030b63a700fab69 (diff)
downloadratpoison-281aaf7b489d9ba89fdf5e39637cde287e83f9fa.zip
set _net_wm_name for the root window to ratpoison
Diffstat (limited to 'src/globals.h')
-rw-r--r--src/globals.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/globals.h b/src/globals.h
index c56bbca..881d3e4 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -119,6 +119,8 @@ extern Atom _net_wm_pid;
extern Atom _net_supported;
extern Atom _net_wm_window_type;
extern Atom _net_wm_window_type_dialog;
+extern Atom _net_wm_name;
+extern Atom utf8_string;
/* mouse properties */
extern int rat_x;