mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-06-04 10:58:24 +02: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:
parent
63155cf985
commit
9ffc3f280b
1 changed files with 0 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue