diff options
author | fluxgen <fluxgen> | 2004-02-16 20:47:51 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2004-02-16 20:47:51 (GMT) |
commit | b54f07dbf7d70d9b8213b199e246250a24f11a78 (patch) | |
tree | 568a64668cc45170e03f74d60de345c26648cf2c /src | |
parent | e0617e2809c36fe8d911276758b7928d65ccc746 (diff) | |
download | fluxbox-b54f07dbf7d70d9b8213b199e246250a24f11a78.zip fluxbox-b54f07dbf7d70d9b8213b199e246250a24f11a78.tar.bz2 |
update
Diffstat (limited to 'src')
-rw-r--r-- | src/Window.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Window.hh b/src/Window.hh index 0ee053f..2a4d507 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: Window.hh,v 1.107 2004/01/23 10:38:25 rathnor Exp $ | 25 | // $Id: Window.hh,v 1.108 2004/02/16 20:47:51 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef WINDOW_HH | 27 | #ifndef WINDOW_HH |
28 | #define WINDOW_HH | 28 | #define WINDOW_HH |
@@ -250,7 +250,7 @@ public: | |||
250 | void leaveNotifyEvent(XCrossingEvent &ev); | 250 | void leaveNotifyEvent(XCrossingEvent &ev); |
251 | //@} | 251 | //@} |
252 | 252 | ||
253 | void setDecoration(Decoration decoration); | 253 | void setDecoration(Decoration decoration, bool apply = true); |
254 | void applyDecorations(bool initial = false); | 254 | void applyDecorations(bool initial = false); |
255 | void toggleDecoration(); | 255 | void toggleDecoration(); |
256 | 256 | ||