]> git.pld-linux.org Git - packages/X11.git/blob - X11-sparc-kbd.patch
- outdated
[packages/X11.git] / X11-sparc-kbd.patch
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 @@
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__
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 @@
24  #endif /* KDKBDREP */
25  }
26  
27 +#undef rate
28 +
29  static int
30  KIOCSRATE_ioctl_ok(int rate, int delay) {
31  #ifdef KIOCSRATE
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.028043 seconds and 3 git commands to generate.