From c44be7d6dd8935a6981f35448f366af23473c5a9 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Mon, 29 Aug 2011 22:48:18 +0000 Subject: [PATCH] Redisabled the custom cursors for Haiku as they are still buggy in the current version of SDL. --- src/cursor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cursor.c b/src/cursor.c index 205298028..8517196d3 100644 --- a/src/cursor.c +++ b/src/cursor.c @@ -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