From 57cfff09cfabe2d2d38ff07034a1cc7d33b36b43 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Thu, 18 Jul 2013 07:44:20 -0400 Subject: composite: export comp{Re,Unre}directWIndow --- composite/compalloc.c | 1 + composite/compint.h | 6 ------ composite/compositeext.h | 6 ++++++ 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/composite/compalloc.c b/composite/compalloc.c index cc69c68f2..bcba9d306 100644 --- a/composite/compalloc.c +++ b/composite/compalloc.c @@ -46,6 +46,7 @@ #endif #include "compint.h" +#include "compositeext.h" static void compScreenUpdate(ScreenPtr pScreen) diff --git a/composite/compint.h b/composite/compint.h index 45b5824a9..c56a4011d 100644 --- a/composite/compint.h +++ b/composite/compint.h @@ -190,15 +190,9 @@ extern RESTYPE CompositeClientOverlayType; * compalloc.c */ -Bool - compRedirectWindow(ClientPtr pClient, WindowPtr pWin, int update); - void compFreeClientWindow(WindowPtr pWin, XID id); -int - compUnredirectWindow(ClientPtr pClient, WindowPtr pWin, int update); - int compRedirectSubwindows(ClientPtr pClient, WindowPtr pWin, int update); diff --git a/composite/compositeext.h b/composite/compositeext.h index 0b148f029..1252e2701 100644 --- a/composite/compositeext.h +++ b/composite/compositeext.h @@ -37,4 +37,10 @@ extern _X_EXPORT Bool CompositeRegisterAlternateVisuals(ScreenPtr pScreen, extern _X_EXPORT RESTYPE CompositeClientWindowType; +extern _X_EXPORT Bool compRedirectWindow(ClientPtr pClient, WindowPtr pWin, + int update); + +extern _X_EXPORT int compUnredirectWindow(ClientPtr pClient, WindowPtr pWin, + int update); + #endif /* _COMPOSITEEXT_H_ */ -- cgit v1.2.3