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;
|
||||
#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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue