Browse Source

Disable GPM for BeOS

git-svn-id: trunk@37277 -
pierre 7 years ago
parent
commit
cc6a6c7c59
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/rtl-console/src/unix/mouse.pp

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

@@ -20,7 +20,7 @@ interface
 {$define NOMOUSE}
 {$endif}
 
-{$if defined(haiku)}
+{$if defined(haiku) or defined(beos)}
 {$define NOGPM}
 {$endif}