search for: cleartargetoutput

Displaying 1 result from an estimated 1 matches for "cleartargetoutput".

2007 Jun 12
0
[PATCH] Made checkFTB wrapable (needed by cubereflex plugin).
...CompScreen *s, + const ScreenPaintAttrib *sAttrib, + const CompTransform *transform, + CompOutput *output); + typedef enum _PaintOrder { BTF = 0, @@ -103,6 +108,7 @@ typedef struct _CubeScreen { CubeGetRotationProc getRotation; CubeClearTargetOutputProc clearTargetOutput; CubePaintTopBottomProc paintTopBottom; + CubeCheckFTBProc checkFTB; CompOption opt[CUBE_SCREEN_OPTION_NUM]; diff --git a/plugins/cube.c b/plugins/cube.c index ae3bf31..2376760 100644 --- a/plugins/cube.c +++ b/plugins/cube.c @@ -996,7 +996,7 @@ cu...