]> git.pld-linux.org Git - packages/X11.git/blame - X11-sparc-kbd.patch
- spaces->tabs
[packages/X11.git] / X11-sparc-kbd.patch
CommitLineData
a927d13b
JB
1--- X11-6.8.1/xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_io.c.orig 2004-04-23 21:54:08.000000000 +0200
2+++ X11-6.8.1/xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_io.c 2004-10-31 01:40:55.056608568 +0200
3@@ -114,6 +114,8 @@
0de4558d 4 #endif /* KDKBDREP */
5 }
6
a927d13b 7+#undef rate
0de4558d 8+
9 static int
10 KIOCSRATE_ioctl_ok(int rate, int delay) {
11 #ifdef KIOCSRATE
a927d13b
JB
12@@ -141,8 +143,6 @@
13 #endif /* KIOCSRATE */
14 }
15
16-#undef rate
17-
18 void xf86SetKbdRepeat(char rad)
19 {
20 #ifdef __sparc__
21--- X11-6.8.1/xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_kbd.c.orig 2004-04-23 21:54:08.000000000 +0200
22+++ X11-6.8.1/xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_kbd.c 2004-10-31 01:41:26.201873768 +0200
23@@ -142,6 +142,8 @@
0de4558d 24 #endif /* KDKBDREP */
25 }
26
a927d13b 27+#undef rate
0de4558d 28+
29 static int
30 KIOCSRATE_ioctl_ok(int rate, int delay) {
31 #ifdef KIOCSRATE
a927d13b
JB
32@@ -169,8 +171,6 @@
33 #endif /* KIOCSRATE */
34 }
35
36-#undef rate
37-
38 static void
39 SetKbdRepeat(InputInfoPtr pInfo, char rad)
40 {
This page took 0.034758 seconds and 4 git commands to generate.