search for: checkorientation

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

2007 Jun 12
0
[PATCH] Combined checkFTB and capDirection into one checkOrientation function.
...CompOutput *output); - -typedef Bool (*CubeCapDirectionProc) (CompScreen *s, - const ScreenPaintAttrib *sAttrib, - const CompTransform *transform, - CompOutput *output, - float y); +typedef Bool (*CubeCheckOrientationProc) (CompScreen *s, + const ScreenPaintAttrib *sAttrib, + const CompTransform *transform, + CompOutput *output, + const float points[3][3]); typedef enum _PaintOrder { @@ -128,8 +123,7 @@ typedef struct _CubeScreen { CubePa...
2007 Aug 03
4
[ANNOUNCE] compiz-0.5.2
...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 blured client regions. Fixed smart wi...
2007 Oct 01
4
[ANNOUNCE] compiz-0.6.0
...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. Handle window input extents correclty in sma...