search for: checkftb

Displaying 4 results from an estimated 4 matches for "checkftb".

2007 Jun 12
0
[PATCH] Made checkFTB wrapable (needed by cubereflex plugin).
...anged, 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 = 0, @@ -103,6 +108,7 @@ typedef struct _CubeScreen { CubeGetRotationProc getRotation;...
2007 Jun 12
0
[PATCH] Combined checkFTB and capDirection into one checkOrientation function.
...insertions(+), 95 deletions(-) diff --git a/include/cube.h b/include/cube.h index 0a87626..293bad1 100644 --- a/include/cube.h +++ b/include/cube.h @@ -87,16 +87,11 @@ typedef void (*CubePaintInsideProc) (CompScreen *s, CompOutput *output, int size); -typedef Bool (*CubeCheckFTBProc) (CompScreen *s, - const ScreenPaintAttrib *sAttrib, - const CompTransform *transform, - CompOutput *output); - -typedef Bool (*CubeCapDirectionProc) (CompScreen *s, - const ScreenPaintAttrib *sAttrib, - const CompTrans...
2007 Aug 03
4
[ANNOUNCE] compiz-0.5.2
...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 'master' of git+ssh://onestone at git.freedesktop.org/git/xorg/app/compiz Fixed orientation calculation for "inside cube" mode. Don't modify stencil buffer for not...
2007 Oct 01
4
[ANNOUNCE] compiz-0.6.0
...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 calculation for "inside cube" mode. Don't modify stencil buffer for not blured client regions. Fixed smart window placing mode for multimonitor configurations. H...