xf86.h: make xf86DisableInputDeviceForVTSwitch() static

This commit is contained in:
Enrico Weigelt, metux IT consult 2025-05-20 19:40:14 +02:00
parent e0080d10db
commit 142ffcc3ed
2 changed files with 1 additions and 3 deletions

View File

@ -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 */

View File

@ -295,8 +295,7 @@ xf86ReleaseKeys(DeviceIntPtr pDev)
}
}
void
xf86DisableInputDeviceForVTSwitch(InputInfoPtr pInfo)
static void xf86DisableInputDeviceForVTSwitch(InputInfoPtr pInfo)
{
if (!pInfo->dev)
return;