Hi there, there seems to be a little issue with the way one registers for XInput error codes: if i'm not totally wrong, these are defined nowhere, but dynamically generated and one has to get the actual values via macros like BadDevice(). But: (at least with git master xorg) this one evaluates to _xibaddevice(), defined in libXi/src/XExtInt.c, which in turn seems to be a private symbol in libxi, as i get 'implicit declaration of function _xibaddevice' warnings while compiling my app. while it seems to work okay, shouldn the _xibaddevice declaration made public or the macro be turned into a function?
cheers, christian -- what is, is; what is not is possible.
signature.asc
Description: PGP signature
_______________________________________________ xorg mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/xorg
