(submit/miext-extinit) panoramix: move noPanoramiXExtension field into extension.

This field is better of in the corresponding extension,
than in the OS layer.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2024-05-02 17:33:23 +02:00
parent ccea544023
commit 347db226cf
3 changed files with 5 additions and 4 deletions

View File

@@ -56,6 +56,8 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#ifdef COMPOSITE
extern _X_EXPORT Bool noCompositeExtension;
#endif
/* required by: several video drivers (eg. vmware and sis) */
#ifdef PANORAMIX
extern _X_EXPORT Bool noPanoramiXExtension;
#endif