os: unexport OsLookupColor()

It's an internal function, only used by DIX, not by drivers and shouldn't
have been exported in the first place.

Fixes: 49f77fff14
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1373>
(cherry picked from commit 6cb599f59c)
This commit is contained in:
Enrico Weigelt, metux IT consult
2024-03-07 12:44:04 +01:00
committed by Alan Coopersmith
parent 2321632c44
commit 48490209d2
4 changed files with 14 additions and 8 deletions

View File

@@ -302,14 +302,6 @@ LockServer(void);
extern _X_EXPORT void
UnlockServer(void);
extern _X_EXPORT Bool
OsLookupColor(int /*screen */ ,
char * /*name */ ,
unsigned /*len */ ,
unsigned short * /*pred */ ,
unsigned short * /*pgreen */ ,
unsigned short * /*pblue */ );
extern _X_EXPORT void
OsInit(void);