xfree86 merge

This commit is contained in:
Kaleb Keithley
2003-11-30 16:47:13 +00:00
parent 77836ebda2
commit 5fd7f82390
14 changed files with 49 additions and 225 deletions

View File

@@ -160,16 +160,6 @@ extern DeviceIntPtr _AddInputDevice(
DeviceProc /*deviceProc*/,
Bool /*autoStart*/);
#define AddInputDevice(deviceProc, autoStart) \
_AddInputDevice(deviceProc, autoStart)
extern DeviceIntPtr _AddInputDevice(
#if NeedFunctionPrototypes
DeviceProc /*deviceProc*/,
Bool /*autoStart*/
#endif
);
extern Bool EnableDevice(
DeviceIntPtr /*device*/);