Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorscottmc <scottmc>2011-08-29 22:48:18 (GMT)
committer scottmc <scottmc>2011-08-29 22:48:18 (GMT)
commitf8b710d47bfcf5a83c7f4415206e48f5f4f82f88 (patch)
treed673da2c4103087fc9ec3fa6a5198e02b0b4bbd7
parent16abc2ca3402dcae437f1537728983fca3583b1a (diff)
Redisabled the custom cursors for Haiku as they are still buggy in the current version of SDL.
-rw-r--r--src/cursor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cursor.c b/src/cursor.c
index 6736f00..6d12daa 100644
--- a/src/cursor.c
+++ b/src/cursor.c
@@ -24,7 +24,7 @@
(See COPYING.txt)
June 14, 2002 - May 15, 2007
- $Id: cursor.c,v 1.5 2009/11/21 09:44:11 albert Exp $
+ $Id: cursor.c,v 1.6 2011/08/29 22:48:18 scottmc Exp $
*/
#include "cursor.h"
@@ -42,7 +42,7 @@ int hide_cursor = 1;
int hide_cursor;
#endif
-#if defined(NOKIA_770) || defined(__BEOS__)
+#if defined(NOKIA_770) || defined(__BEOS__) || defined(__HAIKU__)
// Fancy cursors on BeOS are buggy in SDL
int no_fancy_cursors = 1;
#else