Last change
on this file since 78273 was 69098, checked in by vboxsync, 8 years ago |
Clean up XFree86 driver header files.
bugref:3810: X11 Guest Additions maintenance
Over the years we have cleaned up the layout in the tree of the X.Org
header files we use to build drivers. The XFree86 ones were still in their
original, rather sub-optimal layout. This change fixes that.
|
-
Property svn:eol-style
set to
native
|
File size:
419 bytes
|
Line | |
---|
1 | /* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86InPriv.h,v 1.4 1999/05/17 13:17:14 dawes Exp $ */
|
---|
2 |
|
---|
3 | #ifndef _xf86InPriv_h
|
---|
4 | #define _xf86InPriv_h
|
---|
5 |
|
---|
6 | /* xf86Globals.c */
|
---|
7 | #ifdef XFree86LOADER
|
---|
8 | extern InputDriverPtr *xf86InputDriverList;
|
---|
9 | #else
|
---|
10 | extern InputDriverPtr xf86InputDriverList[];
|
---|
11 | #endif
|
---|
12 | extern int xf86NumInputDrivers;
|
---|
13 |
|
---|
14 | /* xf86Xinput.c */
|
---|
15 | void xf86ActivateDevice(InputInfoPtr pInfo);
|
---|
16 |
|
---|
17 | #endif /* _xf86InPriv_h */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.