leftover from old issue about mouse in macOS Free Vision
@FPK2 gave a comment: !204 (comment 922050701)
Suggestion:
- change
defined(freebsd) or defined(netbsd) or defined(openbsd)
to(defined(bsd) and not defined(darwin))
because we miss DragonFlyBSD. - backport it to 'fixes'
Edited by Alexey Torgashin