Skip to content

Commit 1fe0ee6

Browse files
committed
[PR #1445] include: move PropertyPtr from property.h to window.h
PR: #1445
1 parent ba37cc6 commit 1fe0ee6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

include/property.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ SOFTWARE.
4949

5050
#include "window.h"
5151

52-
typedef struct _Property *PropertyPtr;
53-
5452
extern _X_EXPORT int dixChangeWindowProperty(ClientPtr pClient,
5553
WindowPtr pWin,
5654
Atom property,

include/window.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ struct _Cursor;
7171

7272
typedef struct _BackingStore *BackingStorePtr;
7373
typedef struct _Window *WindowPtr;
74+
typedef struct _Property *PropertyPtr;
7475

7576
enum RootClipMode {
7677
ROOT_CLIP_NONE = 0, /**< resize the root window to 0x0 */

0 commit comments

Comments
 (0)