From 4ec3e12938d9bfa351817a357cd70cfda9d99c9c Mon Sep 17 00:00:00 2001 From: Alex Ferguson Date: Thu, 4 Nov 2010 19:25:14 +0200 Subject: matchbox-desktop: Modify layout.patch for highlight colors. Modified layout.patch with a modified highlight color, which is by default white. White highlight does not go well with white text, so the highlight is now (nearly) black. Signed-off-by: Alex Ferguson Signed-off-by: Kristoffer Ericson --- .../matchbox-desktop/matchbox-desktop-0.9.1/layout.patch | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'recipes/matchbox-desktop/matchbox-desktop-0.9.1/layout.patch') 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; -- cgit 1.2.3-korg