diff options
author | simonb <simonb> | 2006-05-07 03:41:27 (GMT) |
---|---|---|
committer | simonb <simonb> | 2006-05-07 03:41:27 (GMT) |
commit | 520f552be79581be50156bb7785e7ef0ce946b07 (patch) | |
tree | 82edcbb794f6b89804a2a7f75e0122afcc074f94 /src/Xutil.hh | |
parent | 0e9fa988ff41cc32a390f70443669a6df45f3e44 (diff) | |
download | fluxbox_lack-520f552be79581be50156bb7785e7ef0ce946b07.zip fluxbox_lack-520f552be79581be50156bb7785e7ef0ce946b07.tar.bz2 |
handle utf-8 strings properly.
use utf8 internally
Diffstat (limited to 'src/Xutil.hh')
-rw-r--r-- | src/Xutil.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Xutil.hh b/src/Xutil.hh index 85456da..3d800a7 100644 --- a/src/Xutil.hh +++ b/src/Xutil.hh | |||
@@ -26,12 +26,13 @@ | |||
26 | #define XUTIL_HH | 26 | #define XUTIL_HH |
27 | 27 | ||
28 | #include <X11/Xlib.h> | 28 | #include <X11/Xlib.h> |
29 | #include "FbTk/FbString.hh" | ||
29 | 30 | ||
30 | #include <string> | 31 | #include <string> |
31 | 32 | ||
32 | namespace Xutil { | 33 | namespace Xutil { |
33 | 34 | ||
34 | std::string getWMName(Window window); | 35 | FbTk::FbString getWMName(Window window); |
35 | 36 | ||
36 | std::string getWMClassName(Window win); | 37 | std::string getWMClassName(Window win); |
37 | std::string getWMClassClass(Window win); | 38 | std::string getWMClassClass(Window win); |