Explorar el Código

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

Ramon M hace 3 años
padre
commit
f227efb258
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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}