diff options
Diffstat (limited to 'xfdesktop/xfdesktop-4.9.3-backdrop-image.patch')
-rw-r--r-- | xfdesktop/xfdesktop-4.9.3-backdrop-image.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/xfdesktop/xfdesktop-4.9.3-backdrop-image.patch b/xfdesktop/xfdesktop-4.9.3-backdrop-image.patch new file mode 100644 index 0000000..e7456dd --- /dev/null +++ b/xfdesktop/xfdesktop-4.9.3-backdrop-image.patch @@ -0,0 +1,12 @@ +diff -Nur xfdesktop-4.9.3.orig/common/xfdesktop-common.h xfdesktop-4.9.3/common/xfdesktop-common.h +--- xfdesktop-4.9.3.orig/common/xfdesktop-common.h 2012-04-14 02:00:51.000000000 -0600 ++++ xfdesktop-4.9.3/common/xfdesktop-common.h 2012-04-14 14:12:58.292166992 -0600 +@@ -32,7 +32,7 @@ + #include <X11/Xlib.h> + + #define XFDESKTOP_CHANNEL "xfce4-desktop" +-#define DEFAULT_BACKDROP DATADIR "/backgrounds/xfce/xfce-blue.jpg" ++#define DEFAULT_BACKDROP DATADIR "/backgrounds/images/default.png" + #define DEFAULT_BACKDROP_LIST "xfce4/desktop/backdrop.list" + #define DEFAULT_ICON_FONT_SIZE 12 + #define DEFAULT_ICON_SIZE 32 |