|
version 3.30.2.4, 1998/01/14 13:12:27
|
version 3.30.2.5, 1998/06/04 17:35:17
|
|
|
|
| /* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86Io.c,v 3.30.2.3 1997/07/21 18:02:34 hohndel Exp $ */ |
/* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86Io.c,v 3.30.2.4 1998/01/14 13:12:27 dawes Exp $ */ |
| /* | /* |
| * Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany. | * Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany. |
| * | * |
|
|
|
| | |
| #include "compiler.h" | #include "compiler.h" |
| | |
| |
#include "xf86.h" |
| |
#include "xf86Priv.h" |
| #define XF86_OS_PRIVS | #define XF86_OS_PRIVS |
| #include "xf86Procs.h" |
|
| #include "xf86_OSlib.h" | #include "xf86_OSlib.h" |
| #include "mipointer.h" | #include "mipointer.h" |
| | |
|
|
|
| #include <X11/extensions/XKBsrv.h> | #include <X11/extensions/XKBsrv.h> |
| #endif | #endif |
| | |
| extern KeybdCtrl defaultKeyboardControl; |
|
| |
|
| unsigned int xf86InitialCaps = 0; | unsigned int xf86InitialCaps = 0; |
| unsigned int xf86InitialNum = 0; | unsigned int xf86InitialNum = 0; |
| unsigned int xf86InitialScroll = 0; | unsigned int xf86InitialScroll = 0; |
| | |
| #include "atKeynames.h" | #include "atKeynames.h" |
| |
|
| extern int miPointerGetMotionEvents(DeviceIntPtr pPtr, xTimecoord *coords, |
|
| unsigned long start, unsigned long stop, |
|
| ScreenPtr pScreen); |
|
| | |
| /* | /* |
| * xf86KbdBell -- | * xf86KbdBell -- |