xf86.h: make xf86DisableInputDeviceForVTSwitch() static
This commit is contained in:
parent
e0080d10db
commit
142ffcc3ed
|
@ -189,7 +189,6 @@ extern _X_EXPORT Bool xf86VTOwner(void);
|
|||
extern _X_EXPORT void xf86VTLeave(void);
|
||||
extern _X_EXPORT void xf86VTEnter(void);
|
||||
extern _X_EXPORT void xf86EnableInputDeviceForVTSwitch(InputInfoPtr pInfo);
|
||||
extern _X_EXPORT void xf86DisableInputDeviceForVTSwitch(InputInfoPtr pInfo);
|
||||
|
||||
/* xf86Helper.c */
|
||||
|
||||
|
|
|
@ -295,8 +295,7 @@ xf86ReleaseKeys(DeviceIntPtr pDev)
|
|||
}
|
||||
}
|
||||
|
||||
void
|
||||
xf86DisableInputDeviceForVTSwitch(InputInfoPtr pInfo)
|
||||
static void xf86DisableInputDeviceForVTSwitch(InputInfoPtr pInfo)
|
||||
{
|
||||
if (!pInfo->dev)
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue