mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
[PR #1387] dix: unexport DontPropagateMask and wDontPropagateMask() macro
PR: https://github.com/X11Libre/xserver/pull/1387
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user