diff options
author | Bernhard R. Link <brlink@debian.org> | 2009-01-03 16:22:29 +0100 |
---|---|---|
committer | Shawn <sabetts@juicebox.(none)> | 2009-01-16 15:58:20 -0800 |
commit | 281aaf7b489d9ba89fdf5e39637cde287e83f9fa (patch) | |
tree | 94f66d38efb05594a79f05c21394d2dd40cfad88 /src/globals.h | |
parent | ffae4bf9413bec7efd5d4821e030b63a700fab69 (diff) | |
download | ratpoison-281aaf7b489d9ba89fdf5e39637cde287e83f9fa.zip |
set _net_wm_name for the root window to ratpoison
Diffstat (limited to 'src/globals.h')
-rw-r--r-- | src/globals.h | 2 |
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; |