Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
haiku: Fixed compiler warning.
- Loading branch information
File 1 of 1 in
69092c7
|
@@ -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)); |
|
|