mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
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:
committed by
Marge Bot
parent
6c7c4fdc7e
commit
955cc5417b
@@ -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 */ ,
|
||||
|
||||
Reference in New Issue
Block a user