mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
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:
committed by
Marge Bot
parent
33350ef8ff
commit
eff7ccc11c
10
test/input.c
10
test/input.c
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user