diff options
author | Danny Baumann <dannybaumann@web.de> | 2007-09-22 13:15:38 +0200 |
---|---|---|
committer | Danny Baumann <dannybaumann@web.de> | 2007-09-22 13:15:38 +0200 |
commit | 17454f3f4c5003f5f074ecd494d9d88692d154aa (patch) | |
tree | bac6ad9a9e889fe6ee129fe81d0145e57a3d363b /plugins/cube.c | |
parent | d1bccc65783d9106b13eeaf909f0920f45a62118 (diff) |
Minor beautification.
Diffstat (limited to 'plugins/cube.c')
-rw-r--r-- | plugins/cube.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/cube.c b/plugins/cube.c index d1297339..936307fb 100644 --- a/plugins/cube.c +++ b/plugins/cube.c @@ -1039,7 +1039,7 @@ cubeMoveViewportAndPaint (CompScreen *s, { 0.0, 0.5, cs->invert * cs->distance}, { 0.0, 0.0, cs->invert * cs->distance}}; - ftb = cs->checkOrientation (s, sAttrib, transform, outputPtr, vPoints); + ftb = (*cs->checkOrientation) (s, sAttrib, transform, outputPtr, vPoints); if ((paintOrder == FTB && !ftb) || (paintOrder == BTF && ftb)) return; |