dix: move request/response related functions to new request_priv.h header

Move functions/macros dealing with request parsing or reply assembly/write
out of the big dix_priv.h into their own headers. This new header will also
get more of those function/macros soon (yet still in the pipeline).

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-09-22 15:14:38 +02:00
committed by Enrico Weigelt
parent ec16f09861
commit 36facd71b5
95 changed files with 204 additions and 88 deletions

View File

@@ -22,6 +22,7 @@
#include <dix-config.h>
#include "dix/dix_priv.h"
#include "dix/request_priv.h"
#include "dri3/dri3_priv.h"
#include "present_priv.h"