search for: getrotation

Displaying 2 results from an estimated 2 matches for "getrotation".

2007 Jun 12
0
[PATCH] Made checkFTB wrapable (needed by cubereflex plugin).
...size); +typedef Bool (*CubeCheckFTBProc) (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/...
2008 Apr 03
0
[ANNOUNCE] compiz-0.7.4
...ause a value for DECOR_DISPLAY_OPTION_COMMAND might been already set in the xml metadata. Enable "Drag and Drop" action state for rotate flip edges. Typo. Calculate a generic rotation progress value and use it to calculate the cube zoom out. Pass cube progress in getRotation function. Use cube progress to calculate cube transparency. Moved multi output handling from rotate to cube to make it also work with inactive transparency. Bump cube ABI. Provide glMultiTexCoord2f in screen struct. Make as many as possible texture fetches independent...