File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -59,4 +59,7 @@ Bool dixWindowIsRoot(Window window);
5959 */
6060int DoCreateWindowReq (ClientPtr client , xCreateWindowReq * stuff , XID * xids );
6161
62+ void PrintPassiveGrabs (void );
63+ void PrintWindowTree (void );
64+
6265#endif /* _XSERVER_DIX_WINDOW_PRIV_H */
Original file line number Diff line number Diff line change @@ -212,8 +212,6 @@ extern _X_EXPORT RegionPtr CreateBoundingShape(WindowPtr /* pWin */ );
212212extern _X_EXPORT RegionPtr CreateClipShape (WindowPtr /* pWin */ );
213213
214214extern _X_EXPORT void SetRootClip (ScreenPtr pScreen , int enable );
215- extern _X_EXPORT void PrintWindowTree (void );
216- extern _X_EXPORT void PrintPassiveGrabs (void );
217215
218216extern _X_EXPORT VisualPtr WindowGetVisual (WindowPtr /*pWin*/ );
219217#endif /* WINDOW_H */
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments