aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/matchbox-desktop/matchbox-desktop-0.9.1/layout.patch
diff options
context:
space:
mode:
authorCliff Brake <cbrake@bec-systems.com>2010-11-12 00:00:20 -0500
committerCliff Brake <cbrake@bec-systems.com>2010-11-12 00:00:20 -0500
commit3c6efe8f8abc16668ca5e9cdf7a46665dac87172 (patch)
tree642c13416b99e80f0871cdc6668e832e635dfb48 /recipes/matchbox-desktop/matchbox-desktop-0.9.1/layout.patch
parentc400c874f2ac9233b8a43a73309b6e7907289c54 (diff)
parent13fbe7253c95881ede787004a4c3a1c31502e5c6 (diff)
downloadopenembedded-testing.tar.gz
Merge branch 'master' into testing-nexttested_2010-11-12testing
Diffstat (limited to 'recipes/matchbox-desktop/matchbox-desktop-0.9.1/layout.patch')
-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;