dix: unexport fields from opaque.h not used by modules/drivers

Lots of fields from opaque.h aren't used by any drivers/modules and thus
don't need to be exported at all.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1351>
This commit is contained in:
Enrico Weigelt, metux IT consult
2024-03-01 18:52:58 +01:00
committed by Marge Bot
parent 53e8ba3aff
commit 06b599edb6
24 changed files with 55 additions and 26 deletions

View File

@@ -40,6 +40,8 @@
#include <GL/glxproto.h>
#include "vndservervendor.h"
#include "dix/dix_priv.h"
ExtensionEntry *GlxExtensionEntry;
int GlxErrorBase = 0;
static CallbackListRec vndInitCallbackList;