(submit/miext-extinit) render: unexport noRenderExtension field

This field isn't used by any drivers, and also better belongs into
the corresponding extension instead of OS adaption 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 18:30:02 +02:00
parent 7ff13f102c
commit a699367662
4 changed files with 3 additions and 3 deletions

View File

@@ -58,6 +58,8 @@
#include <stdint.h>
Bool noRenderExtension = FALSE;
static int ProcRenderQueryVersion(ClientPtr pClient);
static int ProcRenderQueryPictFormats(ClientPtr pClient);
static int ProcRenderQueryPictIndexValues(ClientPtr pClient);