Redisabled the custom cursors for Haiku as they are still buggy in the current version of SDL.
This commit is contained in:
parent
ad5679f079
commit
c44be7d6dd
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ int hide_cursor = 1;
|
||||||
int hide_cursor;
|
int hide_cursor;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(NOKIA_770) || defined(__BEOS__)
|
#if defined(NOKIA_770) || defined(__BEOS__) || defined(__HAIKU__)
|
||||||
// Fancy cursors on BeOS are buggy in SDL
|
// Fancy cursors on BeOS are buggy in SDL
|
||||||
int no_fancy_cursors = 1;
|
int no_fancy_cursors = 1;
|
||||||
#else
|
#else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue