search for: painttopbottom

Displaying 3 results from an estimated 3 matches for "painttopbottom".

2007 Jun 12
0
[PATCH] Made checkFTB wrapable (needed by cubereflex plugin).
--- include/cube.h | 6 ++++++ plugins/cube.c | 3 ++- 2 files changed, 8 insertions(+), 1 deletions(-) diff --git a/include/cube.h b/include/cube.h index a8baf1f..c360a73 100644 --- a/include/cube.h +++ b/include/cube.h @@ -75,6 +75,11 @@ typedef void (*CubePaintTopBottomProc) (CompScreen *s, CompOutput *output, int size); +typedef Bool (*CubeCheckFTBProc) (CompScreen *s, + const ScreenPaintAttrib *sAttrib, + const CompTransform *transform, + CompOutput *output); + typedef enum _PaintOrder { BTF =...
2007 Aug 03
4
[ANNOUNCE] compiz-0.5.2
...ion handling. Do not zoom when unfolded. Initialize variables correctly. Don't ignore the linear filter zoom option. Fixed client resize problems with libwnck >= 2.19.4. Fixed FTB calculation for inside cube mode. Made chackFTB wrapable. Separated paintTopBottom into individual paintTop and paintBottom functions. Added a wrapabble paintInside function to allow plugins to render something inside of the transparent cube. Combined checkFTB and capDirection into one checkOrientation function. Bump cube ABI version. Merge branch 'mas...
2007 Oct 01
4
[ANNOUNCE] compiz-0.6.0
...ion description. Do not zoom when unfolded. Initialize variables correctly. Don't ignore the linear filter zoom option. Fixed client resize problems with libwnck >= 2.19.4. Fixed FTB calculation for inside cube mode. Made chackFTB wrapable. Separated paintTopBottom into individual paintTop and paintBottom functions. Added a wrapabble paintInside function to allow plugins to render something inside of the transparent cube. Combined checkFTB and capDirection into one checkOrientation function. Bump cube ABI version. Fixed orientation cal...