diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-08-27 17:05:49 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-08-27 17:05:49 (GMT) |
commit | 55fd49614bb1b9e37561147f18719b2ac277b64b (patch) | |
tree | c0f58db24f6fa3a457bca26393c00632dd630328 /src/WinClient.hh | |
parent | 08c8c6431f88ff3d5012d800a8df689b7028fe98 (diff) | |
download | fluxbox_pavel-55fd49614bb1b9e37561147f18719b2ac277b64b.zip fluxbox_pavel-55fd49614bb1b9e37561147f18719b2ac277b64b.tar.bz2 |
move FbWinFrame::State class to a new file
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 |