svn path=/branches/work/kwin_composite/; revision=631658
remotes/origin/Plasma/5.0
Dirk Mueller 19 years ago
parent bcfa67e91a
commit 21fdff0045
  1. 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…
Cancel
Save