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
@@ -32,6 +32,7 @@ Equipment Corporation.
|
||||
#include <X11/Xproto.h>
|
||||
|
||||
#include "dix/dix_priv.h"
|
||||
#include "dix/request_priv.h"
|
||||
#include "dix/rpcbuf_priv.h"
|
||||
#include "dix/screenint_priv.h"
|
||||
#include "os/osdep.h"
|
||||
|
||||
Reference in New Issue
Block a user