From 16ef34a41cb3354805fc0ee1b36cfb2881d71ad4 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 8 Jul 2025 20:32:12 +0200 Subject: [PATCH] dix: inpututils_priv.h: clean up guard Give the guard a more unique name. Signed-off-by: Enrico Weigelt, metux IT consult --- dix/inpututils_priv.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dix/inpututils_priv.h b/dix/inpututils_priv.h index a4fff932ae..1f2076999f 100644 --- a/dix/inpututils_priv.h +++ b/dix/inpututils_priv.h @@ -21,8 +21,8 @@ * DEALINGS IN THE SOFTWARE. * */ -#ifndef INPUTUTILS_H -#define INPUTUTILS_H +#ifndef _XSERVER_DIX_INPUTUTILS_PRIV_H +#define _XSERVER_DIX_INPUTUTILS_PRIV_H #include "dix-config.h" @@ -72,4 +72,4 @@ const unsigned char *xi2mask_get_one_mask(const XI2Mask *xi2mask, int deviceid); Bool CopySprite(SpritePtr src, SpritePtr dst); -#endif +#endif /* _XSERVER_DIX_INPUTUTILS_PRIV_H */