mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-15 22:00:37 +01:00
Xi: drop duplicate _X_EXPORT from .c source
These are already defined in exevents.h.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1274>
(cherry picked from commit 13a756d0b5)
This commit is contained in:
parent
1400c43d05
commit
66a82a0ce0
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue