diff options
Diffstat (limited to 'src/WinClient.hh')
-rw-r--r-- | src/WinClient.hh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/WinClient.hh b/src/WinClient.hh index 18c9b0b..1903040 100644 --- a/src/WinClient.hh +++ b/src/WinClient.hh | |||
@@ -22,8 +22,9 @@ | |||
22 | #ifndef WINCLIENT_HH | 22 | #ifndef WINCLIENT_HH |
23 | #define WINCLIENT_HH | 23 | #define WINCLIENT_HH |
24 | 24 | ||
25 | #include "FbWinFrame.hh" | ||
26 | #include "Window.hh" | 25 | #include "Window.hh" |
26 | #include "WindowState.hh" | ||
27 | |||
27 | #include "FbTk/FbWindow.hh" | 28 | #include "FbTk/FbWindow.hh" |
28 | #include "FbTk/FbString.hh" | 29 | #include "FbTk/FbString.hh" |
29 | 30 | ||
@@ -114,7 +115,7 @@ public: | |||
114 | Window getGroupLeftWindow() const; | 115 | Window getGroupLeftWindow() const; |
115 | 116 | ||
116 | const MwmHints *getMwmHint() const { return m_mwm_hint; } | 117 | const MwmHints *getMwmHint() const { return m_mwm_hint; } |
117 | const FbWinFrame::SizeHints &sizeHints() const { return m_size_hints; } | 118 | const SizeHints &sizeHints() const { return m_size_hints; } |
118 | 119 | ||
119 | unsigned int minWidth() const { return m_size_hints.min_width; } | 120 | unsigned int minWidth() const { return m_size_hints.min_width; } |
120 | unsigned int minHeight() const { return m_size_hints.min_height; } | 121 | unsigned int minHeight() const { return m_size_hints.min_height; } |
@@ -157,7 +158,7 @@ private: | |||
157 | 158 | ||
158 | Focusable::WindowType m_window_type; | 159 | Focusable::WindowType m_window_type; |
159 | MwmHints *m_mwm_hint; | 160 | MwmHints *m_mwm_hint; |
160 | FbWinFrame::SizeHints m_size_hints; | 161 | SizeHints m_size_hints; |
161 | 162 | ||
162 | Strut *m_strut; | 163 | Strut *m_strut; |
163 | // map transient_for X window to winclient transient | 164 | // map transient_for X window to winclient transient |