include: move private definitions out of exevents.h

Public server module API shouldn't be clobbered with private definitions,
thus move them out to private header.

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-12 18:57:22 +01:00
committed by Marge Bot
parent 33350ef8ff
commit eff7ccc11c
39 changed files with 247 additions and 249 deletions

View File

@@ -30,18 +30,18 @@
#include <stdint.h>
#include <X11/X.h>
#include "misc.h"
#include "resource.h"
#include <X11/Xproto.h>
#include <X11/extensions/XI2proto.h>
#include <X11/Xatom.h>
#include "windowstr.h"
#include "inputstr.h"
#include "exevents.h"
#include "dix/dix_priv.h"
#include "dix/eventconvert.h"
#include "dix/exevents_priv.h"
#include "misc.h"
#include "resource.h"
#include "windowstr.h"
#include "inputstr.h"
#include "exglobals.h"
#include "dixgrabs.h"
#include "eventstr.h"