diff options
author | Danny Baumann <dannybaumann@web.de> | 2008-05-22 07:34:49 +0200 |
---|---|---|
committer | Danny Baumann <dannybaumann@web.de> | 2008-05-22 07:34:49 +0200 |
commit | bc56c832e79a9252e6d7abcf5a90d2dfca677b5b (patch) | |
tree | 73ebbbedc2b304ca3ba55a6a57db9f30672708c2 | |
parent | 08116ae87f5c452e070bdeffbc2b0df98a830dfe (diff) | |
download | 3d-compiz-0.8.tar.gz 3d-compiz-0.8.tar.bz2 |
Warning fix.compiz-0.8
-rw-r--r-- | 3d.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -408,7 +408,6 @@ tdApplyScreenTransform (CompScreen *s, CompTransform *transform) { TD_SCREEN (s); - CUBE_SCREEN (s); UNWRAP (tds, s, applyScreenTransform); (*s->applyScreenTransform) (s, sAttrib, output, transform); |