Code review comment for lp:~vanvugt/compiz/fix-1028809

Revision history for this message
Sam Spilsbury (smspillaz) wrote :

+1 although there's a weird whitespace change here

29 -/* Note: Normally plugins should wrap into glPaintWindow to modify opacity,
30 - brightness and saturation. As some plugins bypass glPaintWindow when
31 - they draw windows and our custom values always need to be applied,
32 - we wrap into glDrawWindow here */
33 +/* Note: Normally plugins should wrap into glPaint to modify opacity,
34 + brightness and saturation. As some plugins bypass glPaint when
35 + they draw windows and our custom values always need to be applied,
36 + we wrap into glDrawTexture here */

Also is this still necessary?

8 - <plugin>decor</plugin>
9 <plugin>blur</plugin>

« Back to merge proposal