aboutsummaryrefslogtreecommitdiff
path: root/src/WinClient.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2006-04-23 21:24:05 (GMT)
committerfluxgen <fluxgen>2006-04-23 21:24:05 (GMT)
commit8a68aa5328c972435f3241938bb71c74d49b7993 (patch)
tree8c9891c5371096422b501aad59abbb96c1c64b98 /src/WinClient.hh
parent2fe2cf0c95e79e957bda59a4ac26e6cb4b4cdf0c (diff)
downloadfluxbox-8a68aa5328c972435f3241938bb71c74d49b7993.zip
fluxbox-8a68aa5328c972435f3241938bb71c74d49b7993.tar.bz2
maxWidth() and maxHeight()
Diffstat (limited to 'src/WinClient.hh')
-rw-r--r--src/WinClient.hh3
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;