dix: unexport dixLookupProperty()

It's not used by any drivers, so no need to keep it exported.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1340>
This commit is contained in:
Enrico Weigelt, metux IT consult
2024-05-13 17:43:01 +02:00
committed by Marge Bot
parent 955cc5417b
commit fb697dd644
5 changed files with 10 additions and 6 deletions

View File

@@ -51,12 +51,6 @@ SOFTWARE.
typedef struct _Property *PropertyPtr;
extern _X_EXPORT int dixLookupProperty(PropertyPtr * /*result */ ,
WindowPtr /*pWin */ ,
Atom /*proprty */ ,
ClientPtr /*pClient */ ,
Mask /*access_mode */ );
extern _X_EXPORT int dixChangeWindowProperty(ClientPtr pClient,
WindowPtr pWin,
Atom property,