Browse Source

* re-enable/fix Haiku gpm support after r26372 (patch by Olivier Coursiere,
mantis #26149)

git-svn-id: trunk@27785 -

Jonas Maebe 11 years ago
parent
commit
3e9c9f2f90
1 changed files with 4 additions and 0 deletions
  1. 4 0
      packages/rtl-console/src/unix/mouse.pp

+ 4 - 0
packages/rtl-console/src/unix/mouse.pp

@@ -20,6 +20,10 @@ interface
 {$define NOMOUSE}
 {$endif}
 
+{$if defined(haiku)}
+{$define NOGPM}
+{$endif}
+
 {$ifdef NOMOUSE}
 {$DEFINE NOGPM}
 {$ENDIF}