aboutsummaryrefslogtreecommitdiff
path: root/src/Xutil.hh
diff options
context:
space:
mode:
authorsimonb <simonb>2006-05-07 03:41:27 (GMT)
committersimonb <simonb>2006-05-07 03:41:27 (GMT)
commit520f552be79581be50156bb7785e7ef0ce946b07 (patch)
tree82edcbb794f6b89804a2a7f75e0122afcc074f94 /src/Xutil.hh
parent0e9fa988ff41cc32a390f70443669a6df45f3e44 (diff)
downloadfluxbox-520f552be79581be50156bb7785e7ef0ce946b07.zip
fluxbox-520f552be79581be50156bb7785e7ef0ce946b07.tar.bz2
handle utf-8 strings properly.
use utf8 internally
Diffstat (limited to 'src/Xutil.hh')
-rw-r--r--src/Xutil.hh3
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
32namespace Xutil { 33namespace Xutil {
33 34
34std::string getWMName(Window window); 35FbTk::FbString getWMName(Window window);
35 36
36std::string getWMClassName(Window win); 37std::string getWMClassName(Window win);
37std::string getWMClassClass(Window win); 38std::string getWMClassClass(Window win);