diff options
author | fluxgen <fluxgen> | 2006-04-23 21:24:05 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2006-04-23 21:24:05 (GMT) |
commit | 8a68aa5328c972435f3241938bb71c74d49b7993 (patch) | |
tree | 8c9891c5371096422b501aad59abbb96c1c64b98 /src | |
parent | 2fe2cf0c95e79e957bda59a4ac26e6cb4b4cdf0c (diff) | |
download | fluxbox-8a68aa5328c972435f3241938bb71c74d49b7993.zip fluxbox-8a68aa5328c972435f3241938bb71c74d49b7993.tar.bz2 |
maxWidth() and maxHeight()
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; |