mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
More #ifdef USE_DEPRECATED_KEYBOARD_DRIVER.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user