diff options
author | rathnor <rathnor> | 2003-04-28 13:38:23 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-04-28 13:38:23 (GMT) |
commit | e7b893beba45053ff05a8a192d198b7c5d7918bf (patch) | |
tree | e64180a52c308a1ee0a192092903c1927cd7ab08 /src/Window.hh | |
parent | c67517647ab26fc05739dcfbff14bf2b671502fd (diff) | |
download | fluxbox-e7b893beba45053ff05a8a192d198b7c5d7918bf.zip fluxbox-e7b893beba45053ff05a8a192d198b7c5d7918bf.tar.bz2 |
fixing remembering of decorations
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Window.hh b/src/Window.hh index cbeb6ac..d8ddcdd 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.64 2003/04/27 14:36:05 rathnor Exp $ | 25 | // $Id: Window.hh,v 1.65 2003/04/28 13:38:23 rathnor Exp $ |
26 | 26 | ||
27 | #ifndef WINDOW_HH | 27 | #ifndef WINDOW_HH |
28 | #define WINDOW_HH | 28 | #define WINDOW_HH |
@@ -202,6 +202,7 @@ public: | |||
202 | //@} | 202 | //@} |
203 | 203 | ||
204 | void setDecoration(Decoration decoration); | 204 | void setDecoration(Decoration decoration); |
205 | void applyDecorations(); | ||
205 | void toggleDecoration(); | 206 | void toggleDecoration(); |
206 | 207 | ||
207 | /** | 208 | /** |