Make a branch to make krunner Good Enough For Aaron™.
[kdebase/uwolfer.git] / workspace / kcontrol / kdm / background / bgdefaults.h
blob99846f0b08d00bb34c11dc4678416fcebc1bc67d
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 _defCommonDesk true
17 #define _defDock true
18 #define _defExport false
19 #define _defLimitCache false
20 #define _defCacheSize 2048
22 #define _defShm false
23 // there are usually poor results with bpp<16 when tiling
24 #define _defMinOptimizationDepth 1
26 // Per desktop defaults
27 // Before you change this get in touch with me (torsten@kde.org)
28 // Thanks!!
29 #define _defColorA QColor("#003082")
30 #define _defColorB QColor("#C0C0C0")
31 #define _defBackgroundMode KBackgroundSettings::Flat
32 #define _defWallpaperMode KBackgroundSettings::NoWallpaper
33 #define _defMultiMode KBackgroundSettings::NoMulti
34 #define _defBlendMode KBackgroundSettings::NoBlending
35 #define _defBlendBalance 100
36 #define _defReverseBlending false
38 #endif // __BGDefaults_h_Included__