mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-29 17:28:42 +00:00
haiku: Fixed compiler warning.
This commit is contained in:
parent
03250690d6
commit
69092c7e47
1 changed files with 2 additions and 0 deletions
|
|
@ -35,7 +35,9 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#ifndef DRAWTHREAD
|
||||
static int32 BE_UpdateOnce(SDL_Window *window);
|
||||
#endif
|
||||
|
||||
static SDL_INLINE SDL_BWin *_ToBeWin(SDL_Window *window) {
|
||||
return ((SDL_BWin*)(window->driverdata));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue