summaryrefslogtreecommitdiffstats
path: root/contrib/packages/rpm/sle11/SOURCES/mouse.diff
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/packages/rpm/sle11/SOURCES/mouse.diff')
-rw-r--r--contrib/packages/rpm/sle11/SOURCES/mouse.diff15
1 files changed, 0 insertions, 15 deletions
diff --git a/contrib/packages/rpm/sle11/SOURCES/mouse.diff b/contrib/packages/rpm/sle11/SOURCES/mouse.diff
deleted file mode 100644
index 8e651f52..00000000
--- a/contrib/packages/rpm/sle11/SOURCES/mouse.diff
+++ /dev/null
@@ -1,15 +0,0 @@
-Index: hw/xfree86/common/xf86Configure.c
-================================================================================
---- hw/xfree86/common/xf86Configure.c
-+++ hw/xfree86/common/xf86Configure.c
-@@ -64,8 +64,8 @@
- static char *DFLT_MOUSE_DEV = "/dev/sysmouse";
- static char *DFLT_MOUSE_PROTO = "auto";
- #elif defined(linux)
--static char DFLT_MOUSE_DEV[] = "/dev/input/mice";
--static char DFLT_MOUSE_PROTO[] = "auto";
-+static char* DFLT_MOUSE_DEV = "/dev/input/mice";
-+static char* DFLT_MOUSE_PROTO = "auto";
- #else
- static char *DFLT_MOUSE_DEV = "/dev/mouse";
- static char *DFLT_MOUSE_PROTO = "auto";