More #ifdef USE_DEPRECATED_KEYBOARD_DRIVER.
This commit is contained in:
parent
4ed311cf1c
commit
b879356ce9
|
@ -135,7 +135,8 @@ static int numFormats = 6;
|
||||||
#endif
|
#endif
|
||||||
static Bool formatsDone = FALSE;
|
static Bool formatsDone = FALSE;
|
||||||
|
|
||||||
InputDriverRec XF86KEYBOARD = {
|
#ifdef USE_DEPRECATED_KEYBOARD_DRIVER
|
||||||
|
static InputDriverRec XF86KEYBOARD = {
|
||||||
1,
|
1,
|
||||||
"keyboard",
|
"keyboard",
|
||||||
NULL,
|
NULL,
|
||||||
|
@ -144,6 +145,7 @@ InputDriverRec XF86KEYBOARD = {
|
||||||
NULL,
|
NULL,
|
||||||
0
|
0
|
||||||
};
|
};
|
||||||
|
#endif
|
||||||
|
|
||||||
static Bool
|
static Bool
|
||||||
xf86CreateRootWindow(WindowPtr pWin)
|
xf86CreateRootWindow(WindowPtr pWin)
|
||||||
|
|
Loading…
Reference in New Issue