diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-05-24 08:03:59 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-05-24 08:03:59 (GMT) |
commit | 46bca62a9cd8052bd8749da8b1aa7539d5fe8c23 (patch) | |
tree | b9002d13a8fc9ecf3e3106b9ba967fd00a5bdc25 /src/Window.hh | |
parent | 5ecb192a9cbebcc041cc1330383e4ca466349670 (diff) | |
download | fluxbox-46bca62a9cd8052bd8749da8b1aa7539d5fe8c23.zip fluxbox-46bca62a9cd8052bd8749da8b1aa7539d5fe8c23.tar.bz2 |
move FluxboxWindow::applyDecorations() to FbWinFrame
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 c05f525..3da2fb1 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -357,7 +357,7 @@ public: | |||
357 | /// handle Subject notifications | 357 | /// handle Subject notifications |
358 | void update(FbTk::Subject *subj); | 358 | void update(FbTk::Subject *subj); |
359 | 359 | ||
360 | void applyDecorations(bool initial = false); | 360 | void applyDecorations(); |
361 | void toggleDecoration(); | 361 | void toggleDecoration(); |
362 | 362 | ||
363 | unsigned int decorationMask() const; | 363 | unsigned int decorationMask() const; |