diff options
author | onestone <onestone> | 2007-01-22 16:14:27 +0000 |
---|---|---|
committer | onestone <onestone> | 2007-01-22 16:14:27 +0000 |
commit | d75be745b6353d8bd0ac68b5b1315300b504bd32 (patch) | |
tree | 97415c0858c189285f46e71e611cbba1b84fb086 /src | |
parent | 714fa09647adbf7290b609b660da5e16563850e7 (diff) | |
download | aquamarine-d75be745b6353d8bd0ac68b5b1315300b504bd32.tar.gz aquamarine-d75be745b6353d8bd0ac68b5b1315300b504bd32.tar.bz2 |
aquamarine: do not destroy composite window
Diffstat (limited to 'src')
-rw-r--r-- | src/decorator.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/decorator.cpp b/src/decorator.cpp index 58c8c7c..0be19a1 100644 --- a/src/decorator.cpp +++ b/src/decorator.cpp @@ -263,11 +263,13 @@ Aquamarine::Decorator::~Decorator (void) mRootInfo = NULL; } + /* if (mCompositeWindow) { delete mCompositeWindow; mCompositeWindow = 0; } + */ } bool Aquamarine::Decorator::enableDecorations (Time timestamp, int damageEvent) |