search for: paintscreenregion

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

2007 Oct 01
4
[ANNOUNCE] compiz-0.6.0
...wStateChangeNotify call to changeWindowState function. Bump ABI version. Avoid overflow in opacity calculations by changing range of Avoid some duplicate code. Move occlusion detection and window painting to static function. Add unredirect fullscreen windows support to paintScreenRegion. No need to pass backgroundMask to paintScreenRegion. Have paintScreen always use paintScreenRegion. Have paintScreenRegion accept a screen paint mask instead. Have paintTransformedScreen use paintScreenRegion. Move cursor painting into paintScreenRegion. Remove...
2007 Apr 12
1
[PATCH] Transparent cube
...;m painting all the faces of the cube when using inside cube (only when transparent), while some faces are never visible. This is needed when zooming out the cube, so i think this is a good idea anyway, but i'd like to know what you think about it. - Unredirecting fullscreen windows is done by paintScreenRegion which finds the top-fullscreen window. When doing FTB drawing, it will find the bottom-fullscreen window, and when doing both BTF / FTB drawing, it'll find the top and the bottom fullscreen windows. I'm not sure weather this is really wrong, so again I'd like to hear your opinion if my...