diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-08-15 11:09:15 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-08-15 11:09:15 (GMT) |
commit | 6053ecc1b573e437dd0d1752670748c5c3679669 (patch) | |
tree | ccbc036526b17ec536775614e6514d83665d2781 /src/WinClient.hh | |
parent | 4fa3773267362f8ca9f653bb8ee7c98baa09d5fd (diff) | |
download | fluxbox-6053ecc1b573e437dd0d1752670748c5c3679669.zip fluxbox-6053ecc1b573e437dd0d1752670748c5c3679669.tar.bz2 |
move size hint code to methods in size hint struct, restructure them a little
Diffstat (limited to 'src/WinClient.hh')
-rw-r--r-- | src/WinClient.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/WinClient.hh b/src/WinClient.hh index 9c6dc9e..54c431d 100644 --- a/src/WinClient.hh +++ b/src/WinClient.hh | |||
@@ -81,8 +81,6 @@ public: | |||
81 | void setAttentionState(bool value); | 81 | void setAttentionState(bool value); |
82 | const std::string &title() const { return m_title; } | 82 | const std::string &title() const { return m_title; } |
83 | 83 | ||
84 | bool checkSizeHints(unsigned int width, unsigned int height); | ||
85 | |||
86 | void setGroupLeftWindow(Window win); | 84 | void setGroupLeftWindow(Window win); |
87 | 85 | ||
88 | void saveBlackboxAttribs(FluxboxWindow::BlackboxAttributes &blackbox_attribs, int nelements); | 86 | void saveBlackboxAttribs(FluxboxWindow::BlackboxAttributes &blackbox_attribs, int nelements); |