author | Ryan C. Gordon |
Wed, 09 Aug 2017 18:30:48 -0400 | |
changeset 11204 | 539c60c59e35 |
parent 11203 | 2c405337cf3d |
child 11205 | ab9d4689a439 |
1.1 --- a/src/video/haiku/SDL_bframebuffer.cc Wed Aug 09 12:38:20 2017 -0700 1.2 +++ b/src/video/haiku/SDL_bframebuffer.cc Wed Aug 09 18:30:48 2017 -0400 1.3 @@ -35,7 +35,9 @@ 1.4 extern "C" { 1.5 #endif 1.6 1.7 +#ifndef DRAWTHREAD 1.8 static int32 BE_UpdateOnce(SDL_Window *window); 1.9 +#endif 1.10 1.11 static SDL_INLINE SDL_BWin *_ToBeWin(SDL_Window *window) { 1.12 return ((SDL_BWin*)(window->driverdata));