add more spacing
[personal-kdebase.git] / workspace / kcontrol / kdm / background / bgdefaults.h
blobe47910b3ff6f28fe5c1e9cf2be934996ae302888
1 /* vi: ts=8 sts=4 sw=4
3 * This file is part of the KDE project, module kdesktop.
4 * Copyright (C) 1999 Geert Jansen <g.t.jansen@stud.tue.nl>
5 *
6 * You can Freely distribute this program under the GNU General Public
7 * License. See the file "COPYING" for the exact licensing terms.
8 */
9 #ifndef __BGDefaults_h_Included__
10 #define __BGDefaults_h_Included__
13 // Globals
14 #define _defDrawBackgroundPerScreen false
15 #define _defCommonScreen true
16 #define _defLimitCache false
17 #define _defCacheSize 2048
19 #define _defShm false
20 // there are usually poor results with bpp<16 when tiling
21 #define _defMinOptimizationDepth 1
23 // Before you change this get in touch with me (torsten@kde.org)
24 // Thanks!!
25 #define _defColorA QColor("#003082")
26 #define _defColorB QColor("#C0C0C0")
27 #define _defBackgroundMode KBackgroundSettings::Flat
28 #define _defWallpaperMode KBackgroundSettings::NoWallpaper
29 #define _defMultiMode KBackgroundSettings::NoMulti
30 #define _defBlendMode KBackgroundSettings::NoBlending
31 #define _defBlendBalance 100
32 #define _defReverseBlending false
34 #endif // __BGDefaults_h_Included__