diff options
Diffstat (limited to 'src/Xutil.hh')
-rw-r--r-- | src/Xutil.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Xutil.hh b/src/Xutil.hh index 70fa8ed..490f615 100644 --- a/src/Xutil.hh +++ b/src/Xutil.hh | |||
@@ -30,8 +30,8 @@ namespace Xutil { | |||
30 | 30 | ||
31 | FbTk::FbString getWMName(Window window); | 31 | FbTk::FbString getWMName(Window window); |
32 | 32 | ||
33 | std::string getWMClassName(Window win); | 33 | FbTk::FbString getWMClassName(Window win); |
34 | std::string getWMClassClass(Window win); | 34 | FbTk::FbString getWMClassClass(Window win); |
35 | 35 | ||
36 | 36 | ||
37 | } // end namespace Xutil | 37 | } // end namespace Xutil |