mirror of
https://github.com/X11Libre/xf86-input-joystick.git
synced 2026-04-14 11:54:23 +00:00
Code cleanup, bad structure initialization.
The InputDriverRec data structure in xserver/hw/xfree86/common/xf86Xinput.h no longer contains an integer refCount member; as per commit d568221710959cf7d783e6ff0fb80fb43a231124. Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
committed by
Peter Hutterer
parent
38363bde5d
commit
cd6b81d377
@@ -497,8 +497,7 @@ _X_EXPORT InputDriverRec JSTK_KEYBOARD = {
|
||||
NULL,
|
||||
jstkKeyboardPreInit,
|
||||
jstkKeyboardUnInit,
|
||||
NULL,
|
||||
0
|
||||
NULL
|
||||
};
|
||||
|
||||
/*
|
||||
@@ -768,8 +767,7 @@ _X_EXPORT InputDriverRec JOYSTICK = {
|
||||
NULL,
|
||||
jstkCorePreInit,
|
||||
jstkCoreUnInit,
|
||||
NULL,
|
||||
0
|
||||
NULL
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user