diff options
author | Keith Packard <keithp@keithp.com> | 2012-04-19 15:25:41 -0500 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-04-19 15:34:32 -0500 |
commit | 31e3c0ff7f5fb36421be8de06e5f6e675ec26ddc (patch) | |
tree | 6fd969043fdf18501f30bc09e9890de1f83eba9c /composite | |
parent | e6308e32fe2b5f74133d4d238ffa512257f6327c (diff) |
Export CompositeClientWindowType
Make sure CompositeClientWindowType is visible for XResource v1.2
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'composite')
-rw-r--r-- | composite/compint.h | 2 | ||||
-rw-r--r-- | composite/compositeext.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/composite/compint.h b/composite/compint.h index 6c4272e5b..9e2713e93 100644 --- a/composite/compint.h +++ b/composite/compint.h @@ -71,6 +71,7 @@ #include "damageextint.h" #include "xfixes.h" #include <X11/extensions/compositeproto.h> +#include "compositeext.h" #include <assert.h> /* @@ -182,7 +183,6 @@ extern DevPrivateKeyRec CompSubwindowsPrivateKeyRec; #define GetCompSubwindows(w) ((CompSubwindowsPtr) \ dixLookupPrivate(&(w)->devPrivates, CompSubwindowsPrivateKey)) -extern RESTYPE CompositeClientWindowType; extern RESTYPE CompositeClientSubwindowsType; extern RESTYPE CompositeClientOverlayType; diff --git a/composite/compositeext.h b/composite/compositeext.h index 600604d8d..0b148f029 100644 --- a/composite/compositeext.h +++ b/composite/compositeext.h @@ -35,4 +35,6 @@ extern _X_EXPORT Bool CompositeRegisterAlternateVisuals(ScreenPtr pScreen, VisualID * vids, int nVisuals); +extern _X_EXPORT RESTYPE CompositeClientWindowType; + #endif /* _COMPOSITEEXT_H_ */ |