mirror of
https://github.com/encounter/SDL.git
synced 2025-12-09 13:37:56 +00:00
haiku: Fixed compiler warning.
This commit is contained in:
@@ -35,7 +35,9 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef DRAWTHREAD
|
||||||
static int32 BE_UpdateOnce(SDL_Window *window);
|
static int32 BE_UpdateOnce(SDL_Window *window);
|
||||||
|
#endif
|
||||||
|
|
||||||
static SDL_INLINE SDL_BWin *_ToBeWin(SDL_Window *window) {
|
static SDL_INLINE SDL_BWin *_ToBeWin(SDL_Window *window) {
|
||||||
return ((SDL_BWin*)(window->driverdata));
|
return ((SDL_BWin*)(window->driverdata));
|
||||||
|
|||||||
Reference in New Issue
Block a user