[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 d6a60317c7
commit a2a6a86a64
2 changed files with 4 additions and 2 deletions

View File

@@ -39,6 +39,10 @@
#define SameBorder(as, a, bs, b) EqualPixUnion(as, a, bs, b)
extern Mask DontPropagateMasks[];
#define wDontPropagateMask(w) wUseDefault(w, dontPropagateMask, DontPropagateMasks[(w)->dontPropagate])
/*
* @brief create a window
*

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; }