Skip to content

Commit

Permalink
inc: update bindings inc/SDL/SDL.bi
Browse files Browse the repository at this point in the history
- inc/SDL/SDL.bi: add back and #ifdef that was clobbered on merge from fbc-1.10 branch
- see commit 01995b6
  • Loading branch information
jayrm committed Apr 6, 2024
1 parent d020186 commit 9408c86
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions inc/SDL/SDL.bi
Expand Up @@ -1547,6 +1547,11 @@ declare function SDL_WasInit(byval flags as Uint32) as Uint32
declare sub SDL_Quit()
#define _SDL_syswm_h

#ifdef __FB_DARWIN__
#define Cursor X11Cursor
#undef Cursor
#endif

#ifdef __FB_UNIX__
type SDL_SYSWM_TYPE as long
enum
Expand Down

0 comments on commit 9408c86

Please sign in to comment.