diff options
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Window.hh b/src/Window.hh index b58a87a..142b451 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -281,7 +281,7 @@ public: | |||
281 | void toggleDecoration(); | 281 | void toggleDecoration(); |
282 | 282 | ||
283 | unsigned int decorationMask() const; | 283 | unsigned int decorationMask() const; |
284 | void setDecorationMask(unsigned int mask); | 284 | void setDecorationMask(unsigned int mask, bool apply = true); |
285 | /** | 285 | /** |
286 | * Start moving process, grabs the pointer and draws move rectangle | 286 | * Start moving process, grabs the pointer and draws move rectangle |
287 | * @param x position of pointer | 287 | * @param x position of pointer |