Redisabled the custom cursors for Haiku as they are still buggy in the current version of SDL.

This commit is contained in:
Scott McCreary 2011-08-29 22:48:18 +00:00
parent ad5679f079
commit c44be7d6dd

View file

@ -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