diff options
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); |