Преглед изворни кода

Enabled mouse support for macOS and *BSD. Free Vision apps can now make use of the mouse for these O/Ss.

Ramon M пре 3 година
родитељ
комит
f227efb258
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      packages/rtl-console/src/unix/mouse.pp

+ 2 - 2
packages/rtl-console/src/unix/mouse.pp

@@ -16,11 +16,11 @@
 unit Mouse;
 interface
 
-{$if defined(aix) or defined(bsd) or defined(solaris)}
+{$if defined(aix) or defined(solaris)}
 {$define NOMOUSE}
 {$endif}
 
-{$if defined(haiku) or defined(beos)}
+{$if defined(bsd) or defined(haiku) or defined(beos)}
 {$define NOGPM}
 {$endif}