pedantic--

svn path=/branches/work/kwin_composite/; revision=631658
icc-effect-5.14.5
Dirk Mueller 2007-02-08 17:44:10 +00:00
parent bcfa67e91a
commit 21fdff0045
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ class Scene
// Whole screen will be painted with transformed geometry.
PAINT_SCREEN_TRANSFORMED = 1 << 5,
// Clear whole background as the very first step, without optimizing it
PAINT_SCREEN_BACKGROUND_FIRST = 1 << 6,
PAINT_SCREEN_BACKGROUND_FIRST = 1 << 6
};
// types of filtering available
enum ImageFilterType { ImageFilterFast, ImageFilterGood };