dix: unexport AddScreen() and AddGPUScreen()

These aren't used by any drivers/modules, just DDX'es, so no need to export.

Note: tigervnc does use it, but it has it's own DDX, therefore directly
linked in, just like the in-tree DDX'es which doesn't need exporting.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1349>
This commit is contained in:
Enrico Weigelt, metux IT consult 2024-03-01 13:47:23 +01:00 committed by Marge Bot
commit 27b83c4cd0
10 changed files with 41 additions and 4 deletions

View file

@ -37,6 +37,9 @@ from The Open Group.
#include <X11/X.h>
#include <X11/Xproto.h>
#include <X11/Xos.h>
#include "dix/screenint_priv.h"
#include "scrnintstr.h"
#include "servermd.h"
#define PSZ 8