include: split out non-exported stuff from property.h

Reduce cluttering public interface with non-exported stuff, moving those
things into a separate internal header.

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-02-28 11:48:46 +01:00
committed by Marge Bot
parent 6c7c4fdc7e
commit 955cc5417b
5 changed files with 70 additions and 8 deletions

View File

@@ -51,14 +51,6 @@ SOFTWARE.
typedef struct _Property *PropertyPtr;
typedef struct _PropertyStateRec {
WindowPtr win;
PropertyPtr prop;
int state;
} PropertyStateRec;
extern CallbackListPtr PropertyStateCallback;
extern _X_EXPORT int dixLookupProperty(PropertyPtr * /*result */ ,
WindowPtr /*pWin */ ,
Atom /*proprty */ ,