mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 01:34:11 +00:00
include: move PropertyPtr from property.h to window.h
The property.h file is deprecated and going to be removed, so move over the typedef to window.h -- also drivers needing it already including window.h one way or another. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
f0347e249c
commit
845642e23e
@@ -49,8 +49,6 @@ SOFTWARE.
|
||||
|
||||
#include "window.h"
|
||||
|
||||
typedef struct _Property *PropertyPtr;
|
||||
|
||||
extern _X_EXPORT int dixChangeWindowProperty(ClientPtr pClient,
|
||||
WindowPtr pWin,
|
||||
Atom property,
|
||||
|
||||
@@ -71,6 +71,7 @@ struct _Cursor;
|
||||
|
||||
typedef struct _BackingStore *BackingStorePtr;
|
||||
typedef struct _Window *WindowPtr;
|
||||
typedef struct _Property *PropertyPtr;
|
||||
|
||||
enum RootClipMode {
|
||||
ROOT_CLIP_NONE = 0, /**< resize the root window to 0x0 */
|
||||
|
||||
Reference in New Issue
Block a user