update KDrive to new input API
Update KDrive to fit the new API (mieqInit and InitPointerDeviceStruct), and include InitTouchscreenDeviceStruct in the DIX.
This commit is contained in:
committed by
Daniel Stone
parent
1987af8c49
commit
463e0fe35b
@@ -441,7 +441,7 @@ KdPointerProc(DeviceIntPtr pDevice, int onoff)
|
||||
InitPointerDeviceStruct(pDev, pi->map, pi->nButtons,
|
||||
miPointerGetMotionEvents,
|
||||
(PtrCtrlProcPtr)NoopDDA,
|
||||
miPointerGetMotionBufferSize());
|
||||
miPointerGetMotionBufferSize(), pi->nAxes);
|
||||
|
||||
#ifdef XINPUT
|
||||
if (pi->inputClass == KD_TOUCHSCREEN) {
|
||||
@@ -1280,7 +1280,7 @@ KdInitInput (void)
|
||||
ErrorF("Failed to add keyboard!\n");
|
||||
}
|
||||
|
||||
mieqInit(NULL, NULL);
|
||||
mieqInit();
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user