xserver/dri3
Enrico Weigelt, metux IT consult ea78435fdd dri3: use static reply struct init on declaration
Make the code a bit easier to read by using initialization of the reply
structs, at the point of declaration. Most of them aren't written to later,
just passed into WriteReplyToClient(). Also dropping some useless zero
assignments (struct initializers automatically zero-out unmentioned fields).

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-06-12 17:21:44 +02:00
..
dri3.c dri3: use CloseScreen hook 2025-06-12 16:45:18 +02:00
dri3.h dri: unexport drm_format_for_depth() 2025-06-12 16:50:52 +02:00
dri3_priv.h dri: unexport drm_format_for_depth() 2025-06-12 16:50:52 +02:00
dri3_request.c dri3: use static reply struct init on declaration 2025-06-12 17:21:44 +02: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