summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2015-02-28 10:15:06 +0100
committerSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2015-02-28 10:15:06 +0100
commit9c5e3ec5c6be758556f494d5181530731590bfef (patch)
treeb448263c957e65295864bce0b244b911bbe94d0a
parent212acfa90571b330f8c7f242497dc889e23ea3a9 (diff)
downloadxfdesktop-9c5e3ec5c6be758556f494d5181530731590bfef.tar.gz
Add the new wallpaper for the 4.12 release
-rw-r--r--backgrounds/Makefile.am5
-rw-r--r--backgrounds/xfce-blue.jpgbin152462 -> 197011 bytes
-rw-r--r--backgrounds/xfce-teal.jpgbin0 -> 312080 bytes
-rw-r--r--common/xfdesktop-common.h2
4 files changed, 5 insertions, 2 deletions
diff --git a/backgrounds/Makefile.am b/backgrounds/Makefile.am
index 33181f71..901aa1c7 100644
--- a/backgrounds/Makefile.am
+++ b/backgrounds/Makefile.am
@@ -3,6 +3,9 @@
backgroundsdir = $(datadir)/backgrounds/xfce
-backgrounds_DATA = xfce-blue.jpg
+backgrounds_DATA = \
+ xfce-blue.jpg \
+ xfce-teal.jpg
+
EXTRA_DIST = $(backgrounds_DATA)
diff --git a/backgrounds/xfce-blue.jpg b/backgrounds/xfce-blue.jpg
index fd962e71..c35533c2 100644
--- a/backgrounds/xfce-blue.jpg
+++ b/backgrounds/xfce-blue.jpg
Binary files differ
diff --git a/backgrounds/xfce-teal.jpg b/backgrounds/xfce-teal.jpg
new file mode 100644
index 00000000..aafd7289
--- /dev/null
+++ b/backgrounds/xfce-teal.jpg
Binary files differ
diff --git a/common/xfdesktop-common.h b/common/xfdesktop-common.h
index 424d3fce..d1a27456 100644
--- a/common/xfdesktop-common.h
+++ b/common/xfdesktop-common.h
@@ -35,7 +35,7 @@
#include <stdarg.h>
#define XFDESKTOP_CHANNEL "xfce4-desktop"
-#define DEFAULT_BACKDROP DATADIR "/backgrounds/xfce/xfce-blue.jpg"
+#define DEFAULT_BACKDROP DATADIR "/backgrounds/xfce/xfce-teal.jpg"
#define DEFAULT_ICON_FONT_SIZE 12
#define DEFAULT_ICON_SIZE 48
#define ITHEME_FLAGS (GTK_ICON_LOOKUP_USE_BUILTIN \