Xi: unexport AssignTypeAndName()

Not used by any external drivers, so no need to keep it exported.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-02-25 19:15:06 +01:00
parent 5c0cbd0f92
commit b04aeed760
4 changed files with 4 additions and 4 deletions

View File

@@ -535,4 +535,6 @@ static inline int CountBits(const uint8_t * mask, int len)
return ret;
}
void AssignTypeAndName(DeviceIntPtr dev, Atom type, const char *name);
#endif /* _XSERVER_INPUT_PRIV_H */