mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 03:44:06 +00:00
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:
committed by
Enrico Weigelt
parent
ec16f09861
commit
36facd71b5
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user