diff options
Diffstat (limited to 'src/SlitClient.hh')
-rw-r--r-- | src/SlitClient.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/SlitClient.hh b/src/SlitClient.hh index f1ecab3..25b14a5 100644 --- a/src/SlitClient.hh +++ b/src/SlitClient.hh | |||
@@ -22,10 +22,10 @@ | |||
22 | #ifndef SLITCLIENT_HH | 22 | #ifndef SLITCLIENT_HH |
23 | #define SLITCLIENT_HH | 23 | #define SLITCLIENT_HH |
24 | 24 | ||
25 | #include "FbTk/FbString.hh" | ||
25 | #include "FbTk/NotCopyable.hh" | 26 | #include "FbTk/NotCopyable.hh" |
26 | 27 | ||
27 | #include <X11/Xlib.h> | 28 | #include <X11/Xlib.h> |
28 | #include <string> | ||
29 | 29 | ||
30 | class BScreen; | 30 | class BScreen; |
31 | 31 | ||
@@ -37,7 +37,7 @@ public: | |||
37 | /// For adding a placeholder | 37 | /// For adding a placeholder |
38 | explicit SlitClient(const char *name); | 38 | explicit SlitClient(const char *name); |
39 | 39 | ||
40 | const std::string &matchName() const { return m_match_name; } | 40 | const FbTk::BiDiString &matchName() const { return m_match_name; } |
41 | Window window() const { return m_window; } | 41 | Window window() const { return m_window; } |
42 | Window clientWindow() const { return m_client_window; } | 42 | Window clientWindow() const { return m_client_window; } |
43 | Window iconWindow() const { return m_icon_window; } | 43 | Window iconWindow() const { return m_icon_window; } |
@@ -62,7 +62,7 @@ public: | |||
62 | void enableEvents(); | 62 | void enableEvents(); |
63 | 63 | ||
64 | private: | 64 | private: |
65 | std::string m_match_name; | 65 | FbTk::BiDiString m_match_name; |
66 | Window m_window, m_client_window, m_icon_window; | 66 | Window m_window, m_client_window, m_icon_window; |
67 | int m_x, m_y; | 67 | int m_x, m_y; |
68 | unsigned int m_width, m_height; | 68 | unsigned int m_width, m_height; |