include: split out non-exported prototypes to dix_priv.h

Public server module API shouldn't be clobbered with private definitions,
thus move them out to dix-intern.h

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1289>
This commit is contained in:
Enrico Weigelt, metux IT consult
2024-02-08 20:12:35 +01:00
committed by Marge Bot
parent 8a2590e5d3
commit f17bc7e24d
25 changed files with 227 additions and 231 deletions

View File

@@ -39,6 +39,7 @@
#include "inputstr.h"
#include "exevents.h"
#include "dix/dix_priv.h"
#include "dix/eventconvert.h"
#include "exglobals.h"