summaryrefslogtreecommitdiff
path: root/hw/xquartz
diff options
context:
space:
mode:
authorEnrico Weigelt, metux IT consult <info@metux.net>2024-02-22 17:32:26 +0100
committerEnrico Weigelt, metux IT consult <info@metux.net>2024-05-08 09:37:35 +0200
commite5c8b664d392afd626b03a0f06e7ad186beeaa5e (patch)
tree24678a9aabbaaf7588c344965aa582de8cbd7fb6 /hw/xquartz
parent1fdf97f28d19fe070838e1bcdc8a2ba3e767bed4 (diff)
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>
Diffstat (limited to 'hw/xquartz')
-rw-r--r--hw/xquartz/darwin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xquartz/darwin.c b/hw/xquartz/darwin.c
index 56530ec30..1ec244b03 100644
--- a/hw/xquartz/darwin.c
+++ b/hw/xquartz/darwin.c
@@ -36,6 +36,7 @@
#include <X11/X.h>
#include <X11/Xproto.h>
+#include "os/ddx_priv.h"
#include "os/osdep.h"
#include "os.h"