xserver/dri3
Enrico Weigelt, metux IT consult 6cd503f3c5 dri: fix missing include of dix-config.h
This header needs to be included first, otherwise things can easily get really
messed up. The current code only works by accident, because some other header
already including it early enough - but a subtle change in include order
can easy break it.

Thus, always make sure the header is really included first.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-06-12 16:50:44 +02:00
..
dri3.c dri3: use CloseScreen hook 2025-06-12 16:45:18 +02:00
dri3.h dri3: unexport VERIFY_DRI3_SYNCOBJ() macro 2025-06-12 16:39:18 +02:00
dri3_priv.h dri3: use CloseScreen hook 2025-06-12 16:45:18 +02:00
dri3_request.c os: unexport WriteFdToClient() 2025-02-18 10:53:44 +00:00
dri3_screen.c dri: fix missing include of dix-config.h 2025-06-12 16:50:44 +02:00
meson.build meson: hide C API if Xorg is disabled (like autotools) 2021-03-11 00:22:36 +00:00