mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 03:44:06 +00:00
[PR #1387] dix: unexport DontPropagateMask and wDontPropagateMask() macro
PR: https://github.com/X11Libre/xserver/pull/1387
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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