dix: unexport some lookup functions

These aren't used by any drivers, so no need to export them.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1380>
This commit is contained in:
Enrico Weigelt, metux IT consult
2024-03-07 17:07:04 +01:00
committed by Alan Coopersmith
parent dfdde27990
commit d444cd4237
60 changed files with 244 additions and 112 deletions

View File

@@ -34,10 +34,12 @@
#include <string.h>
#include <assert.h>
#include "glxserver.h"
#include <GL/glxtokens.h>
#include <X11/extensions/presenttokens.h>
#include "dix/dix_priv.h"
#include "glxserver.h"
#include <unpack.h>
#include <pixmapstr.h>
#include <windowstr.h>

View File

@@ -32,6 +32,8 @@
#include <dix-config.h>
#endif
#include "dix/dix_priv.h"
#include "glxserver.h"
#include "glxutil.h"
#include "unpack.h"