diff options
author | Enrico Weigelt, metux IT consult <info@metux.net> | 2024-02-12 17:43:56 +0100 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2024-09-01 17:59:23 +0000 |
commit | 2cec3cfbf18ebdd0c35cd23d1258f19c3f534db8 (patch) | |
tree | a9dc79d02a16f6225c4eef896695ba2d627174ed /Xi/xiproperty.c | |
parent | 646831cda260140eb83f6f3a3f2ad6d69cc9f3a5 (diff) |
include: move private definitions out of input.h
It's not good having the public server api headers clobbered with private
definitions, so cleaning them up.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1354>
Diffstat (limited to 'Xi/xiproperty.c')
-rw-r--r-- | Xi/xiproperty.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Xi/xiproperty.c b/Xi/xiproperty.c index aaafc629b..5ac5d1c1d 100644 --- a/Xi/xiproperty.c +++ b/Xi/xiproperty.c @@ -35,6 +35,7 @@ #include <X11/extensions/XI2proto.h> #include "dix/exevents_priv.h" +#include "dix/input_priv.h" #include "dix.h" #include "inputstr.h" |