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 45953ba..fcbe11e 100644 --- a/src/FbWinFrame.hh +++ b/src/FbWinFrame.hh | |||
@@ -165,7 +165,7 @@ public: | |||
165 | void displaySize(unsigned int width, unsigned int height) const; | 165 | void displaySize(unsigned int width, unsigned int height) const; |
166 | 166 | ||
167 | void setDecorationMask(unsigned int mask) { m_state.deco_mask = mask; } | 167 | void setDecorationMask(unsigned int mask) { m_state.deco_mask = mask; } |
168 | void applyDecorations(); | 168 | void applyDecorations(bool do_move = true); |
169 | void applyState(); | 169 | void applyState(); |
170 | 170 | ||
171 | // this function translates its arguments according to win_gravity | 171 | // this function translates its arguments according to win_gravity |