include: move private defs to dixstruct_priv.h

Public server module API shouldn't be clobbered with private definitions,
thus move them out to dixstruct_priv.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-09 15:11:30 +01:00
committed by Marge Bot
parent f17bc7e24d
commit bae6cbc8ca
24 changed files with 169 additions and 143 deletions

View File

@@ -33,14 +33,13 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <math.h>
#include <X11/X.h>
#include <X11/Xproto.h>
#include <X11/extensions/XI.h>
#include "xkb/xkbsrv_priv.h"
#include "misc.h"
#include "inputstr.h"
#include <X11/extensions/XI.h>
#include <xkbsrv.h>
/***====================================================================***/
/*
* unsigned
* XkbIndicatorsToUpdate(dev,changed,check_devs_rtrn)