diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/WinClient.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/WinClient.hh b/src/WinClient.hh index d092aa7..aaaf111 100644 --- a/src/WinClient.hh +++ b/src/WinClient.hh | |||
@@ -147,6 +147,9 @@ public: | |||
147 | inline const FluxboxWindow::BlackboxHints *getBlackboxHint() const { return m_blackbox_hint; } | 147 | inline const FluxboxWindow::BlackboxHints *getBlackboxHint() const { return m_blackbox_hint; } |
148 | inline const MwmHints *getMwmHint() const { return m_mwm_hint; } | 148 | inline const MwmHints *getMwmHint() const { return m_mwm_hint; } |
149 | 149 | ||
150 | inline unsigned int maxWidth() const { return max_width; } | ||
151 | inline unsigned int maxHeight() const { return max_height; } | ||
152 | |||
150 | 153 | ||
151 | static const int PropBlackboxHintsElements = 5; | 154 | static const int PropBlackboxHintsElements = 5; |
152 | static const int PropMwmHintsElements = 3; | 155 | static const int PropMwmHintsElements = 3; |