mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
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:49f77fff14Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1373> (cherry picked from commit6cb599f59c)
This commit is contained in:
committed by
Alan Coopersmith
parent
2321632c44
commit
48490209d2
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user