aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
authormarkt <markt>2007-01-04 19:13:55 (GMT)
committermarkt <markt>2007-01-04 19:13:55 (GMT)
commit9d5e2f143ba2dc33c5f79a1a18646512b04c942d (patch)
treeee41281f87fc3df91d0c817c4a123591d0ba92c5 /src/Window.hh
parent6d4d17b5f95915396fd1e04ef068d2df1f95bf35 (diff)
downloadfluxbox-9d5e2f143ba2dc33c5f79a1a18646512b04c942d.zip
fluxbox-9d5e2f143ba2dc33c5f79a1a18646512b04c942d.tar.bz2
add session.screenN.defaultDeco: <bitmask> to the apps file
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh2
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