The signature:
EXTL_EXPORT static bool mod_xinerama_setup_screens(ExtlTab screens) {
... produces an error while running libextl-mkexports
Now this might be a bad example, as you can't export a 'static bool fn' anyway (it is not exposed to the linker).
The error message could be improved though, and it doesn't accept 'extern bool fn' either.
Anonymous
You seem to have CSS turned off. Please don't fill out this field.
Now this might be a bad example, as you can't export a 'static bool fn' anyway (it is not exposed to the linker).
The error message could be improved though, and it doesn't accept 'extern bool fn' either.