[PR #1387] dix: unexport DontPropagateMask and wDontPropagateMask() macro

PR: https://github.com/X11Libre/xserver/pull/1387
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-11-10 19:16:32 +01:00
parent 62f121aedf
commit 6951394d43
2 changed files with 2 additions and 2 deletions

View File

@@ -11,6 +11,8 @@
#include "include/window.h"
#include "include/windowstr.h"
extern Mask DontPropagateMasks[];
#define wTrackParent(w,field) ((w)->optional ? \
(w)->optional->field \
: FindWindowWithOptional(w)->optional->field)

View File

@@ -156,8 +156,6 @@ typedef struct _Window {
PropertyPtr properties; /* default: NULL */
} WindowRec;
extern _X_EXPORT Mask DontPropagateMasks[];
#define wBorderWidth(w) ((int) (w)->borderWidth)
static inline PropertyPtr wUserProps(WindowPtr pWin) { return pWin->properties; }