]> git.pld-linux.org Git - packages/X11.git/blame - XFree86-sparc-kbd.patch
- another try
[packages/X11.git] / XFree86-sparc-kbd.patch
CommitLineData
2310eb30
JB
1--- XFree86-4.3.99.902/xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_io.c.orig 2003-11-21 06:59:50.000000000 +0100
2+++ XFree86-4.3.99.902/xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_io.c 2004-01-18 10:49:38.166058944 +0100
3@@ -115,6 +115,8 @@
4 #endif /* KDKBDREP */
5 }
6
7+#undef rate
8+
9 static int
10 KIOCSRATE_ioctl_ok(int rate, int delay) {
11 #ifdef KIOCSRATE
12@@ -141,8 +143,6 @@
13 #endif /* KIOCSRATE */
14 }
15
16-#undef rate
17-
18 void xf86SetKbdRepeat(char rad)
19 {
20 #ifdef __sparc__
fdeca45f
JB
21--- XFree86-4.3.99.902/xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_kbd.c.orig 2003-11-21 06:59:50.000000000 +0100
22+++ XFree86-4.3.99.902/xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_kbd.c 2004-02-06 22:32:27.511210760 +0100
23@@ -142,6 +142,8 @@
24 #endif /* KDKBDREP */
25 }
26
27+#undef rate
28+
29 static int
30 KIOCSRATE_ioctl_ok(int rate, int delay) {
31 #ifdef KIOCSRATE
32@@ -168,8 +170,6 @@
33 #endif /* KIOCSRATE */
34 }
35
36-#undef rate
37-
38 static void
39 SetKbdRepeat(InputInfoPtr pInfo, char rad)
40 {
This page took 0.036216 seconds and 4 git commands to generate.