From 13a756d0b5b312ce7d9e131a2a55c94f932185bb Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 6 Feb 2024 17:00:35 +0100 Subject: [PATCH] Xi: drop duplicate _X_EXPORT from .c source These are already defined in exevents.h. Signed-off-by: Enrico Weigelt, metux IT consult Part-of: --- Xi/xiproperty.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Xi/xiproperty.c b/Xi/xiproperty.c index d315f04d0..9c44f9d3e 100644 --- a/Xi/xiproperty.c +++ b/Xi/xiproperty.c @@ -416,7 +416,7 @@ XIResetProperties(void) * @param buf_return Pointer to an array of at least @nelem_return values. * @return Success or the error code if an error occurred. */ -_X_EXPORT int +int XIPropToInt(XIPropertyValuePtr val, int *nelem_return, int **buf_return) { int i; @@ -486,7 +486,7 @@ XIPropToInt(XIPropertyValuePtr val, int *nelem_return, int **buf_return) * @param buf_return Pointer to an array of at least @nelem_return values. * @return Success or the error code if an error occurred. */ -_X_EXPORT int +int XIPropToFloat(XIPropertyValuePtr val, int *nelem_return, float **buf_return) { int i;