From f8b710d47bfcf5a83c7f4415206e48f5f4f82f88 Mon Sep 17 00:00:00 2001 From: scottmc Date: Mon, 29 Aug 2011 22:48:18 +0000 Subject: Redisabled the custom cursors for Haiku as they are still buggy in the current version of SDL. --- 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 -- cgit v0.9.1