diff options
Diffstat (limited to 'src/FbWinFrame.hh')
-rw-r--r-- | src/FbWinFrame.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbWinFrame.hh b/src/FbWinFrame.hh index 23a8141..3d61860 100644 --- a/src/FbWinFrame.hh +++ b/src/FbWinFrame.hh | |||
@@ -209,7 +209,7 @@ public: | |||
209 | void setSizeHints(const SizeHints &hint) { m_size_hints = hint; } | 209 | void setSizeHints(const SizeHints &hint) { m_size_hints = hint; } |
210 | 210 | ||
211 | void applySizeHints(unsigned int &width, unsigned int &height, | 211 | void applySizeHints(unsigned int &width, unsigned int &height, |
212 | bool maximizing) const; | 212 | bool maximizing = false) const; |
213 | void displaySize(unsigned int width, unsigned int height) const; | 213 | void displaySize(unsigned int width, unsigned int height) const; |
214 | 214 | ||
215 | void setDecorationMask(unsigned int mask) { m_decoration_mask = mask; } | 215 | void setDecorationMask(unsigned int mask) { m_decoration_mask = mask; } |