diff options
Diffstat (limited to 'Source/3rdParty/SDL2/src/video/haiku/SDL_bevents.cc')
-rw-r--r-- | Source/3rdParty/SDL2/src/video/haiku/SDL_bevents.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/3rdParty/SDL2/src/video/haiku/SDL_bevents.cc b/Source/3rdParty/SDL2/src/video/haiku/SDL_bevents.cc index c716731..c918ab2 100644 --- a/Source/3rdParty/SDL2/src/video/haiku/SDL_bevents.cc +++ b/Source/3rdParty/SDL2/src/video/haiku/SDL_bevents.cc @@ -28,8 +28,8 @@ extern "C" { #endif -void BE_PumpEvents(_THIS) { - /* Since the event thread is its own thread, this isn't really necessary */ +void HAIKU_PumpEvents(_THIS) { + /* Since the event thread is its own thread, this isn't really necessary */ } #ifdef __cplusplus |