os: unexport ddx callbacks

The DDX callbacks (where core/DIX calls into DDX) aren't supposed to be
called by drivers directly, so unexport them.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1332>
This commit is contained in:
Enrico Weigelt, metux IT consult
2024-02-22 17:32:26 +01:00
parent 1fdf97f28d
commit e5c8b664d3
18 changed files with 50 additions and 21 deletions

View File

@@ -90,6 +90,7 @@ Equipment Corporation.
#include "os/audit.h"
#include "os/auth.h"
#include "os/cmdline.h"
#include "os/ddx_priv.h"
#include "os/osdep.h"
#include "scrnintstr.h"