Export CompositeClientWindowType
Make sure CompositeClientWindowType is visible for XResource v1.2 Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
e6308e32fe
commit
31e3c0ff7f
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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_ */
|
||||||
|
|
|
@ -252,6 +252,8 @@ cat > sdksyms.c << EOF
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
#include "compositeext.h"
|
||||||
|
|
||||||
/* xfixes/Makefile.am */
|
/* xfixes/Makefile.am */
|
||||||
#include "xfixes.h"
|
#include "xfixes.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue