diff options
author | markt <markt> | 2007-01-04 19:13:55 (GMT) |
---|---|---|
committer | markt <markt> | 2007-01-04 19:13:55 (GMT) |
commit | 9d5e2f143ba2dc33c5f79a1a18646512b04c942d (patch) | |
tree | ee41281f87fc3df91d0c817c4a123591d0ba92c5 /src/Window.hh | |
parent | 6d4d17b5f95915396fd1e04ef068d2df1f95bf35 (diff) | |
download | fluxbox_pavel-9d5e2f143ba2dc33c5f79a1a18646512b04c942d.zip fluxbox_pavel-9d5e2f143ba2dc33c5f79a1a18646512b04c942d.tar.bz2 |
add session.screenN.defaultDeco: <bitmask> to the apps file
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 |