summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/detect-stylus/detect-stylus-0.13/access.patch
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages/detect-stylus/detect-stylus-0.13/access.patch')
-rw-r--r--openembedded/packages/detect-stylus/detect-stylus-0.13/access.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/openembedded/packages/detect-stylus/detect-stylus-0.13/access.patch b/openembedded/packages/detect-stylus/detect-stylus-0.13/access.patch
deleted file mode 100644
index cd8c52074d..0000000000
--- a/openembedded/packages/detect-stylus/detect-stylus-0.13/access.patch
+++ /dev/null
@@ -1,17 +0,0 @@
1Index: detect-stylus.c
2===================================================================
3RCS file: /cvs/gpe/base/detect-stylus/detect-stylus.c,v
4retrieving revision 1.12
5retrieving revision 1.13
6diff -u -r1.12 -r1.13
7--- detect-stylus.c 8 Sep 2004 15:57:15 -0000 1.12
8+++ detect-stylus.c 9 Sep 2004 23:08:42 -0000 1.13
9@@ -131,7 +131,7 @@
10 XChangeProperty (dpy, root, atom, XA_INTEGER, 8, PropModeReplace, &b, 1);
11
12 XCloseDisplay (dpy);
13- if (!access("/usr/bin/xrdb", X_OK))
14+ if (access("/usr/bin/xrdb", X_OK))
15 system ("echo \"Matchbox.cursor: no\nXcursor.theme: fully-transparent\" | /usr/X11R6/bin/xrdb -nocpp -merge");
16 else
17 system ("echo \"Matchbox.cursor: no\nXcursor.theme: fully-transparent\" | /usr/bin/xrdb -nocpp -merge");