We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba37cc6 commit 1fe0ee6Copy full SHA for 1fe0ee6
include/property.h
@@ -49,8 +49,6 @@ SOFTWARE.
49
50
#include "window.h"
51
52
-typedef struct _Property *PropertyPtr;
53
-
54
extern _X_EXPORT int dixChangeWindowProperty(ClientPtr pClient,
55
WindowPtr pWin,
56
Atom property,
include/window.h
@@ -71,6 +71,7 @@ struct _Cursor;
71
72
typedef struct _BackingStore *BackingStorePtr;
73
typedef struct _Window *WindowPtr;
74
+typedef struct _Property *PropertyPtr;
75
76
enum RootClipMode {
77
ROOT_CLIP_NONE = 0, /**< resize the root window to 0x0 */
0 commit comments