diff options
Diffstat (limited to 'detect-stylus/detect-stylus-0.13/correct-theme-name.patch')
-rw-r--r-- | detect-stylus/detect-stylus-0.13/correct-theme-name.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/detect-stylus/detect-stylus-0.13/correct-theme-name.patch b/detect-stylus/detect-stylus-0.13/correct-theme-name.patch index e69de29bb2..7c8213da1f 100644 --- a/detect-stylus/detect-stylus-0.13/correct-theme-name.patch +++ b/detect-stylus/detect-stylus-0.13/correct-theme-name.patch @@ -0,0 +1,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); |