Skip to content

tools: Fix declaration of xf86EnableIO()

Matt Turner requested to merge mattst88/xf86-input-vmmouse:fix-lto into master
/usr/include/xorg/xf86_OSproc.h:115:23: error: type of 'xf86EnableIO' does not match original declaration [-Werror=lto-type-mismatch]
  115 | extern _X_EXPORT Bool xf86EnableIO(void);
      |                       ^
vmmouse_iopl.c:125:6: note: return value type mismatch
  125 | bool xf86EnableIO(void)
      |      ^

Merge request reports