dix: unexport SwapLongs()

Not used by any external drivers, so no need to keep it in public SDK.
Since it's used by internal modules, still needs to be _X_EXPORT'ed.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-11-24 17:13:16 +01:00
committed by Enrico Weigelt
parent e00b4b55c8
commit 8039c2cbf1
12 changed files with 18 additions and 9 deletions

View File

@@ -31,6 +31,9 @@
#include <dix-config.h>
#include <string.h>
#include "dix/dix_priv.h"
#include "glxserver.h"
#include "glxutil.h"
#include <GL/glxtokens.h>