extinit.h: document which no*Extension fields needed exported
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
de0aed0543
commit
d2ba2089a5
|
|
@ -53,14 +53,17 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
|
||||
#include "extnsionst.h"
|
||||
|
||||
/* required by: libglx */
|
||||
#ifdef COMPOSITE
|
||||
extern _X_EXPORT Bool noCompositeExtension;
|
||||
#endif
|
||||
|
||||
/* required by: several video drivers (eg. vmware and sis) */
|
||||
#ifdef XINERAMA
|
||||
extern _X_EXPORT Bool noPanoramiXExtension;
|
||||
#endif /* XINERAMA */
|
||||
|
||||
/* required by: intel_drv */
|
||||
#if defined(XV)
|
||||
extern _X_EXPORT Bool noXvExtension;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue