From 2ec55fd974a63b705a4777c256d2222c874fa043 Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 31 Jan 2019 18:38:35 +0800 Subject: *SDL project --- Source/3rdParty/SDL2/src/video/haiku/SDL_bevents.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/3rdParty/SDL2/src/video/haiku/SDL_bevents.cc') 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 -- cgit v1.1-26-g67d0