From 21fdff0045deca916e2b185aa68b226dace824d0 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 8 Feb 2007 17:44:10 +0000 Subject: [PATCH] pedantic-- svn path=/branches/work/kwin_composite/; revision=631658 --- scene.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scene.h b/scene.h index 1f3eb01b3b..8d15ff86f1 100644 --- a/scene.h +++ b/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 };