]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/detect-stylus/files/correct-theme-name.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / detect-stylus / files / correct-theme-name.patch
1 diff -urNd ../detect-stylus-0.13-r1/detect-stylus-0.13/detect-stylus.c detect-stylus-0.13/detect-stylus.c
2 --- ../detect-stylus-0.13-r1/detect-stylus-0.13/detect-stylus.c 2004-09-08 16:56:58.000000000 +0100
3 +++ detect-stylus-0.13/detect-stylus.c  2004-09-13 21:36:03.000000000 +0100
4 @@ -132,9 +132,9 @@
5  
6        XCloseDisplay (dpy);
7        if (access("/usr/bin/xrdb", X_OK))
8 -        system ("echo \"Matchbox.cursor: no\nXcursor.theme: fully-transparent\" | /usr/X11R6/bin/xrdb -nocpp -merge");
9 +        system ("echo \"Matchbox.cursor: no\nXcursor.theme: xcursor-transparent\" | /usr/X11R6/bin/xrdb -nocpp -merge");
10        else
11 -        system ("echo \"Matchbox.cursor: no\nXcursor.theme: fully-transparent\" | /usr/bin/xrdb -nocpp -merge");
12 +        system ("echo \"Matchbox.cursor: no\nXcursor.theme: xcursor-transparent\" | /usr/bin/xrdb -nocpp -merge");
13      }
14        
15    exit (0);