Skip to content

Commit 886d11c

Browse files
committed
[PR #1434] dix: unexport PrintPassiveGrabs() and PrintWindowTree()
PR: #1434
1 parent 1c808b2 commit 886d11c

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

dix/window_priv.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,7 @@ Bool dixWindowIsRoot(Window window);
5959
*/
6060
int DoCreateWindowReq(ClientPtr client, xCreateWindowReq *stuff, XID *xids);
6161

62+
void PrintPassiveGrabs(void);
63+
void PrintWindowTree(void);
64+
6265
#endif /* _XSERVER_DIX_WINDOW_PRIV_H */

include/window.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,6 @@ extern _X_EXPORT RegionPtr CreateBoundingShape(WindowPtr /* pWin */ );
212212
extern _X_EXPORT RegionPtr CreateClipShape(WindowPtr /* pWin */ );
213213

214214
extern _X_EXPORT void SetRootClip(ScreenPtr pScreen, int enable);
215-
extern _X_EXPORT void PrintWindowTree(void);
216-
extern _X_EXPORT void PrintPassiveGrabs(void);
217215

218216
extern _X_EXPORT VisualPtr WindowGetVisual(WindowPtr /*pWin*/);
219217
#endif /* WINDOW_H */

xkb/xkbActions.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
3939
#include "dix/dixgrabs_priv.h"
4040
#include "dix/input_priv.h"
4141
#include "dix/inpututils_priv.h"
42+
#include "dix/window_priv.h"
4243
#include "mi/mi_priv.h"
4344
#include "mi/mipointer_priv.h"
4445
#include "xkb/xkbsrv_priv.h"

0 commit comments

Comments
 (0)