85a1712
diff -Nur xfwm4-4.2.1.orig/configure xfwm4-4.2.1/configure
85a1712
--- xfwm4-4.2.1.orig/configure	2005-03-12 07:19:39.000000000 -0700
85a1712
+++ xfwm4-4.2.1/configure	2005-03-20 15:00:33.492532918 -0700
85a1712
@@ -25253,7 +25253,7 @@
85a1712
   fi
85a1712
 
85a1712
 
85a1712
-                                                                                                                                                                                                                            ac_config_files="$ac_config_files xfwm4.spec Makefile doc/Makefile doc/C/Makefile doc/C/images/Makefile defaults/Makefile icons/Makefile icons/48x48/Makefile icons/scalable/Makefile mcs-plugin/Makefile po/Makefile.in src/Makefile themes/Makefile themes/default/Makefile themes/default.keys/Makefile themes/default-4.0/Makefile themes/opta/Makefile themes/symphony/Makefile themes/tyrex/Makefile themes/therapy/Makefile themes/waza/Makefile themes/wildbush/Makefile"
85a1712
+                                                                                                                                                                                                                            ac_config_files="$ac_config_files xfwm4.spec Makefile doc/Makefile doc/C/Makefile doc/C/images/Makefile defaults/Makefile icons/Makefile icons/48x48/Makefile icons/scalable/Makefile mcs-plugin/Makefile po/Makefile.in src/Makefile themes/Makefile themes/bluecurve/Makefile themes/default/Makefile themes/default.keys/Makefile themes/default-4.0/Makefile themes/opta/Makefile themes/symphony/Makefile themes/tyrex/Makefile themes/therapy/Makefile themes/waza/Makefile themes/wildbush/Makefile"
85a1712
 cat >confcache <<\_ACEOF
85a1712
 # This file is a shell script that caches the results of configure
85a1712
 # tests run on this system so they can be shared between configure
85a1712
@@ -25854,6 +25854,7 @@
85a1712
   "themes/therapy/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/therapy/Makefile" ;;
85a1712
   "themes/waza/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/waza/Makefile" ;;
85a1712
   "themes/wildbush/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/wildbush/Makefile" ;;
85a1712
+  "themes/bluecurve/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/bluecurve/Makefile" ;;
85a1712
   "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
85a1712
   "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
85a1712
   "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
85a1712
diff -Nur xfwm4-4.2.1.orig/configure.ac xfwm4-4.2.1/configure.ac
85a1712
--- xfwm4-4.2.1.orig/configure.ac	2005-03-12 07:19:39.000000000 -0700
85a1712
+++ xfwm4-4.2.1/configure.ac	2005-03-20 15:00:45.731640166 -0700
85a1712
@@ -125,4 +125,5 @@
85a1712
 themes/therapy/Makefile
85a1712
 themes/waza/Makefile
85a1712
 themes/wildbush/Makefile
85a1712
+themes/bluecurve/Makefile
85a1712
 ])
85a1712
diff -Nur xfwm4-4.2.1.orig/mcs-plugin/xfwm4_plugin.h xfwm4-4.2.1/mcs-plugin/xfwm4_plugin.h
85a1712
--- xfwm4-4.2.1.orig/mcs-plugin/xfwm4_plugin.h	2004-12-18 16:32:07.000000000 -0700
85a1712
+++ xfwm4-4.2.1/mcs-plugin/xfwm4_plugin.h	2005-03-20 15:02:32.162180902 -0700
85a1712
@@ -29,7 +29,7 @@
85a1712
 #define CHANNEL2  "xfwm4_keys"
85a1712
 #define PLUGIN_NAME "xfwm4"
85a1712
 
85a1712
-#define DEFAULT_THEME "Default"
85a1712
+#define DEFAULT_THEME "Bluecurve"
85a1712
 #define DEFAULT_KEY_THEME "Default"
85a1712
 #define DEFAULT_LAYOUT "OTS|HMC"
85a1712
 #define DEFAULT_ACTION "maximize"
85a1712
diff -Nur xfwm4-4.2.1.orig/themes/Makefile.am xfwm4-4.2.1/themes/Makefile.am
85a1712
--- xfwm4-4.2.1.orig/themes/Makefile.am	2005-01-13 12:56:07.000000000 -0700
85a1712
+++ xfwm4-4.2.1/themes/Makefile.am	2005-03-20 15:03:03.076400082 -0700
85a1712
@@ -10,4 +10,5 @@
85a1712
 	therapy								\
85a1712
 	tyrex								\
85a1712
 	waza								\
85a1712
-	wildbush
85a1712
+	wildbush                                                        \
85a1712
+        bluecurve
85a1712
diff -Nur xfwm4-4.2.1.orig/themes/Makefile.in xfwm4-4.2.1/themes/Makefile.in
85a1712
--- xfwm4-4.2.1.orig/themes/Makefile.in	2005-01-13 12:56:07.000000000 -0700
85a1712
+++ xfwm4-4.2.1/themes/Makefile.in	2005-03-20 15:04:02.131267369 -0700
85a1712
@@ -226,7 +226,8 @@
85a1712
 	therapy								\
85a1712
 	tyrex								\
85a1712
 	waza								\
85a1712
-	wildbush
85a1712
+	wildbush                                                        \
85a1712
+        bluecurve
85a1712
 
85a1712
 all: all-recursive
85a1712