From 9cd2e9ec8fc0127393dfce9c0359d500c8c238be Mon Sep 17 00:00:00 2001 From: Edward Rudd <urkle@outoforder.cc> Date: Tue, 09 Apr 2019 02:22:50 +0000 Subject: [PATCH] updae source to 2.0.9 source --- source/src/video/haiku/SDL_bvideo.h | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/src/video/haiku/SDL_bvideo.h b/source/src/video/haiku/SDL_bvideo.h index 0e28220..a1d01fb 100644 --- a/source/src/video/haiku/SDL_bvideo.h +++ b/source/src/video/haiku/SDL_bvideo.h @@ -30,10 +30,10 @@ #include "../SDL_sysvideo.h" -extern void BE_VideoQuit(_THIS); -extern int BE_VideoInit(_THIS); -extern void BE_DeleteDevice(_THIS); -extern int BE_Available(void); +extern void HAIKU_VideoQuit(_THIS); +extern int HAIKU_VideoInit(_THIS); +extern void HAIKU_DeleteDevice(_THIS); +extern int HAIKU_Available(void); #ifdef __cplusplus } -- Gitblit v1.9.3