mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 05:29:22 +02:00
Enabled mouse support for macOS and *BSD. Free Vision apps can now make use of the mouse for these O/Ss.
This commit is contained in:
parent
c3db9d63f2
commit
f227efb258
@ -16,11 +16,11 @@
|
|||||||
unit Mouse;
|
unit Mouse;
|
||||||
interface
|
interface
|
||||||
|
|
||||||
{$if defined(aix) or defined(bsd) or defined(solaris)}
|
{$if defined(aix) or defined(solaris)}
|
||||||
{$define NOMOUSE}
|
{$define NOMOUSE}
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
{$if defined(haiku) or defined(beos)}
|
{$if defined(bsd) or defined(haiku) or defined(beos)}
|
||||||
{$define NOGPM}
|
{$define NOGPM}
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user