pedantic--
svn path=/branches/work/kwin_composite/; revision=631658
This commit is contained in:
parent
bcfa67e91a
commit
21fdff0045
1 changed files with 1 additions and 1 deletions
2
scene.h
2
scene.h
|
@ -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 };
|
||||
|
|
Loading…
Reference in a new issue