Mac and Linux SDL2 binary snapshots
Edward Rudd
2020-05-02 03f8528315fa46c95991a34f3325d7b33ae5538c
source/src/video/haiku/SDL_bmessagebox.h
copy from source/src/video/mir/SDL_mirevents.h copy to source/src/video/haiku/SDL_bmessagebox.h
File was copied from source/src/video/mir/SDL_mirevents.h
@@ -1,6 +1,7 @@
/*
  Simple DirectMedia Layer
  Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org>
  Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org>
  Copyright (C) 2018-2019 EXL <exlmotodev@gmail.com>
  This software is provided 'as-is', without any express or implied
  warranty.  In no event will the authors be held liable for any damages
@@ -19,19 +20,26 @@
  3. This notice may not be removed or altered from any source distribution.
*/
/*
  Contributed by Brandon Schaefer, <brandon.schaefer@canonical.com>
*/
#ifndef SDL_BMESSAGEBOX_H
#define SDL_BMESSAGEBOX_H
#ifndef SDL_mirevents_h_
#define SDL_mirevents_h_
#include "../../SDL_internal.h"
#include <mir_toolkit/mir_client_library.h>
#if SDL_VIDEO_DRIVER_HAIKU
extern void
MIR_HandleEvent(MirWindow*, MirEvent const* ev, void* context);
#ifdef __cplusplus
extern "C" {
#endif
#endif /* SDL_mirevents_h_ */
extern int
HAIKU_ShowMessageBox(const SDL_MessageBoxData *messageboxdata, int *buttonid);
#ifdef __cplusplus
}
#endif
#endif /* SDL_VIDEO_DRIVER_HAIKU */
#endif
/* vi: set ts=4 sw=4 expandtab: */