mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-14 05:08:53 +00:00
Remove a merge artifact.
OK matthieu
This commit is contained in:
@@ -74,18 +74,4 @@ static inline void _XEatDataWords(Display *dpy, unsigned long n)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef HAVE__XEATDATAWORDS
|
|
||||||
#include <X11/Xmd.h> /* for LONG64 on 64-bit platforms */
|
|
||||||
#include <limits.h>
|
|
||||||
|
|
||||||
static inline void _XEatDataWords(Display *dpy, unsigned long n)
|
|
||||||
{
|
|
||||||
# ifndef LONG64
|
|
||||||
if (n >= (ULONG_MAX >> 2))
|
|
||||||
_XIOError(dpy);
|
|
||||||
# endif
|
|
||||||
_XEatData (dpy, n << 2);
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif /* _XFIXESINT_H_ */
|
#endif /* _XFIXESINT_H_ */
|
||||||
|
|||||||
Reference in New Issue
Block a user