mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
dmx: don't call InitKbdFeedbackClassDeviceStruct - doesn't exist anymore.
InitKeyboardDeviceStruct does the same task now. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
@@ -500,9 +500,6 @@ static int dmxDeviceOnOff(DeviceIntPtr pDevice, int what)
|
||||
if (info.proximityClass) InitProximityClassDeviceStruct(pDevice);
|
||||
if (info.ptrFeedbackClass)
|
||||
InitPtrFeedbackClassDeviceStruct(pDevice, dmxChangePointerControl);
|
||||
if (info.kbdFeedbackClass)
|
||||
InitKbdFeedbackClassDeviceStruct(pDevice, dmxKeyboardBellProc,
|
||||
dmxKeyboardKbdCtrlProc);
|
||||
if (info.intFeedbackClass || info.strFeedbackClass)
|
||||
dmxLog(dmxWarning,
|
||||
"Integer and string feedback not supported for %s\n",
|
||||
|
||||
Reference in New Issue
Block a user