aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/matchbox-desktop
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/matchbox-desktop')
-rw-r--r--recipes/matchbox-desktop/matchbox-desktop-0.9.1/layout.patch15
1 files changed, 12 insertions, 3 deletions
diff --git a/recipes/matchbox-desktop/matchbox-desktop-0.9.1/layout.patch b/recipes/matchbox-desktop/matchbox-desktop-0.9.1/layout.patch
index b1a57b28e0..1adf49bab6 100644
--- a/recipes/matchbox-desktop/matchbox-desktop-0.9.1/layout.patch
+++ b/recipes/matchbox-desktop/matchbox-desktop-0.9.1/layout.patch
@@ -1,6 +1,6 @@
diff -ru matchbox-desktop-0.9.1.orig/data/mbdesktop_modules.in matchbox-desktop-0.9.1/data/mbdesktop_modules.in
--- matchbox-desktop-0.9.1.orig/data/mbdesktop_modules.in 2004-12-01 13:22:33.000000000 +0200
-+++ matchbox-desktop-0.9.1/data/mbdesktop_modules.in 2010-10-05 16:34:14.635639164 +0300
++++ matchbox-desktop-0.9.1/data/mbdesktop_modules.in 2010-11-04 14:51:44.123334167 +0200
@@ -4,6 +4,6 @@
# It can be overridden on a per-user basis by copying this file to ~/.matchbox/
# and editing.
@@ -11,8 +11,17 @@ diff -ru matchbox-desktop-0.9.1.orig/data/mbdesktop_modules.in matchbox-desktop-
# @MBDESKTOP_PLUGIN_DIR@/simplefilebrowser.so /
diff -ru matchbox-desktop-0.9.1.orig/src/mbdesktop.c matchbox-desktop-0.9.1/src/mbdesktop.c
--- matchbox-desktop-0.9.1.orig/src/mbdesktop.c 2004-12-20 19:42:48.000000000 +0200
-+++ matchbox-desktop-0.9.1/src/mbdesktop.c 2010-10-05 16:34:10.728179673 +0300
-@@ -957,7 +957,7 @@
++++ matchbox-desktop-0.9.1/src/mbdesktop.c 2010-11-04 14:52:48.026667501 +0200
+@@ -533,6 +533,8 @@
+ mb->bg = malloc(sizeof(MBDesktopBG));
+ memset(mb->bg, 0, sizeof(mb->bg));
+
++ mbdesktop_set_highlight_col(mb, "#1A1A1A");
++
+ if (spec == NULL)
+ {
+ /* XXX we should probably check theme.desktop too for a bg_def */
+@@ -957,7 +959,7 @@
&mb->workarea_height ) == False )
{
mb->workarea_x = 0;