all repos — fluxbox @ 8a68aa5328c972435f3241938bb71c74d49b7993

custom fork of the fluxbox windowmanager

maxWidth() and maxHeight()
fluxgen fluxgen
commit

8a68aa5328c972435f3241938bb71c74d49b7993

parent

2fe2cf0c95e79e957bda59a4ac26e6cb4b4cdf0c

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M src/WinClient.hhsrc/WinClient.hh

@@ -147,6 +147,9 @@ inline int getFocusMode() const { return m_focus_mode; }

inline const FluxboxWindow::BlackboxHints *getBlackboxHint() const { return m_blackbox_hint; } inline const MwmHints *getMwmHint() const { return m_mwm_hint; } + inline unsigned int maxWidth() const { return max_width; } + inline unsigned int maxHeight() const { return max_height; } + static const int PropBlackboxHintsElements = 5; static const int PropMwmHintsElements = 3;