mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-04-20 04:50:46 +02:00
More #ifdef USE_DEPRECATED_KEYBOARD_DRIVER.
This commit is contained in:
parent
4ed311cf1c
commit
b879356ce9
1 changed files with 3 additions and 1 deletions
|
|
@ -135,7 +135,8 @@ static int numFormats = 6;
|
|||
#endif
|
||||
static Bool formatsDone = FALSE;
|
||||
|
||||
InputDriverRec XF86KEYBOARD = {
|
||||
#ifdef USE_DEPRECATED_KEYBOARD_DRIVER
|
||||
static InputDriverRec XF86KEYBOARD = {
|
||||
1,
|
||||
"keyboard",
|
||||
NULL,
|
||||
|
|
@ -144,6 +145,7 @@ InputDriverRec XF86KEYBOARD = {
|
|||
NULL,
|
||||
0
|
||||
};
|
||||
#endif
|
||||
|
||||
static Bool
|
||||
xf86CreateRootWindow(WindowPtr pWin)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue