aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/detect-stylus/detect-stylus-0.13/correct-theme-name.patch
blob: 7c8213da1f8ad261264a35c4fa101e8df25a84d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff -urNd ../detect-stylus-0.13-r1/detect-stylus-0.13/detect-stylus.c detect-stylus-0.13/detect-stylus.c
--- ../detect-stylus-0.13-r1/detect-stylus-0.13/detect-stylus.c	2004-09-08 16:56:58.000000000 +0100
+++ detect-stylus-0.13/detect-stylus.c	2004-09-13 21:36:03.000000000 +0100
@@ -132,9 +132,9 @@
 
       XCloseDisplay (dpy);
       if (access("/usr/bin/xrdb", X_OK))
-        system ("echo \"Matchbox.cursor: no\nXcursor.theme: fully-transparent\" | /usr/X11R6/bin/xrdb -nocpp -merge");
+        system ("echo \"Matchbox.cursor: no\nXcursor.theme: xcursor-transparent\" | /usr/X11R6/bin/xrdb -nocpp -merge");
       else
-        system ("echo \"Matchbox.cursor: no\nXcursor.theme: fully-transparent\" | /usr/bin/xrdb -nocpp -merge");
+        system ("echo \"Matchbox.cursor: no\nXcursor.theme: xcursor-transparent\" | /usr/bin/xrdb -nocpp -merge");
     }
       
   exit (0);