summaryrefslogtreecommitdiffstats
path: root/kcontrol/background/bgdefaults.h
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commit4aed2c8219774f5d797760606b8489a92ddc5163 (patch)
tree3f8c130f7d269626bf6a9447407ef6c35954426a /kcontrol/background/bgdefaults.h
downloadtdebase-4aed2c8219774f5d797760606b8489a92ddc5163.tar.gz
tdebase-4aed2c8219774f5d797760606b8489a92ddc5163.zip
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kcontrol/background/bgdefaults.h')
-rw-r--r--kcontrol/background/bgdefaults.h38
1 files changed, 38 insertions, 0 deletions
diff --git a/kcontrol/background/bgdefaults.h b/kcontrol/background/bgdefaults.h
new file mode 100644
index 000000000..99846f0b0
--- /dev/null
+++ b/kcontrol/background/bgdefaults.h
@@ -0,0 +1,38 @@
+/* vi: ts=8 sts=4 sw=4
+ *
+ * This file is part of the KDE project, module kdesktop.
+ * Copyright (C) 1999 Geert Jansen <g.t.jansen@stud.tue.nl>
+ *
+ * You can Freely distribute this program under the GNU General Public
+ * License. See the file "COPYING" for the exact licensing terms.
+ */
+#ifndef __BGDefaults_h_Included__
+#define __BGDefaults_h_Included__
+
+
+// Globals
+#define _defDrawBackgroundPerScreen false
+#define _defCommonScreen true
+#define _defCommonDesk true
+#define _defDock true
+#define _defExport false
+#define _defLimitCache false
+#define _defCacheSize 2048
+
+#define _defShm false
+// there are usually poor results with bpp<16 when tiling
+#define _defMinOptimizationDepth 1
+
+// Per desktop defaults
+// Before you change this get in touch with me (torsten@kde.org)
+// Thanks!!
+#define _defColorA QColor("#003082")
+#define _defColorB QColor("#C0C0C0")
+#define _defBackgroundMode KBackgroundSettings::Flat
+#define _defWallpaperMode KBackgroundSettings::NoWallpaper
+#define _defMultiMode KBackgroundSettings::NoMulti
+#define _defBlendMode KBackgroundSettings::NoBlending
+#define _defBlendBalance 100
+#define _defReverseBlending false
+
+#endif // __BGDefaults_h_Included__