Export CompositeClientWindowType

Make sure CompositeClientWindowType is visible for XResource v1.2

Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Keith Packard 2012-04-19 15:25:41 -05:00
parent e6308e32fe
commit 31e3c0ff7f
3 changed files with 5 additions and 1 deletions

View File

@ -71,6 +71,7 @@
#include "damageextint.h" #include "damageextint.h"
#include "xfixes.h" #include "xfixes.h"
#include <X11/extensions/compositeproto.h> #include <X11/extensions/compositeproto.h>
#include "compositeext.h"
#include <assert.h> #include <assert.h>
/* /*
@ -182,7 +183,6 @@ extern DevPrivateKeyRec CompSubwindowsPrivateKeyRec;
#define GetCompSubwindows(w) ((CompSubwindowsPtr) \ #define GetCompSubwindows(w) ((CompSubwindowsPtr) \
dixLookupPrivate(&(w)->devPrivates, CompSubwindowsPrivateKey)) dixLookupPrivate(&(w)->devPrivates, CompSubwindowsPrivateKey))
extern RESTYPE CompositeClientWindowType;
extern RESTYPE CompositeClientSubwindowsType; extern RESTYPE CompositeClientSubwindowsType;
extern RESTYPE CompositeClientOverlayType; extern RESTYPE CompositeClientOverlayType;

View File

@ -35,4 +35,6 @@ extern _X_EXPORT Bool CompositeRegisterAlternateVisuals(ScreenPtr pScreen,
VisualID * vids, VisualID * vids,
int nVisuals); int nVisuals);
extern _X_EXPORT RESTYPE CompositeClientWindowType;
#endif /* _COMPOSITEEXT_H_ */ #endif /* _COMPOSITEEXT_H_ */

View File

@ -252,6 +252,8 @@ cat > sdksyms.c << EOF
*/ */
#include "compositeext.h"
/* xfixes/Makefile.am */ /* xfixes/Makefile.am */
#include "xfixes.h" #include "xfixes.h"