summaryrefslogtreecommitdiffstats
path: root/recipes/matchbox-desktop/matchbox-desktop-0.9.1/layout.patch
blob: b1a57b28e059bb7ab565e1651373a58b6e8605c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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
@@ -4,6 +4,6 @@
 # It can be overridden on a per-user basis by copying this file to ~/.matchbox/
 # and editing. 
 
-@MBDESKTOP_PLUGIN_DIR@/tasks.so
+# @MBDESKTOP_PLUGIN_DIR@/tasks.so
 @MBDESKTOP_PLUGIN_DIR@/dotdesktop.so
 # @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 @@
 			     &mb->workarea_height ) == False )
     {
       mb->workarea_x = 0;
-      mb->workarea_y = 0;
+      mb->workarea_y = 20;
       mb->workarea_width = DisplayWidth(mb->dpy, mb->scr);
       mb->workarea_height = DisplayHeight(mb->dpy, mb->scr);
     }