| File was renamed from source/src/video/mir/SDL_mirevents.h |
| | |
| | | /* |
| | | Simple DirectMedia Layer |
| | | Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org> |
| | | Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> |
| | | |
| | | This software is provided 'as-is', without any express or implied |
| | | warranty. In no event will the authors be held liable for any damages |
| | |
| | | 3. This notice may not be removed or altered from any source distribution. |
| | | */ |
| | | |
| | | /* |
| | | Contributed by Brandon Schaefer, <brandon.schaefer@canonical.com> |
| | | */ |
| | | #include "../../SDL_internal.h" |
| | | |
| | | #ifndef SDL_mirevents_h_ |
| | | #define SDL_mirevents_h_ |
| | | |
| | | #include <mir_toolkit/mir_client_library.h> |
| | | |
| | | extern void |
| | | MIR_HandleEvent(MirWindow*, MirEvent const* ev, void* context); |
| | | |
| | | #endif /* SDL_mirevents_h_ */ |
| | | extern int SDL_OFFSCREEN_CreateWindowFramebuffer(_THIS, SDL_Window * window, Uint32 * format, void ** pixels, int *pitch); |
| | | extern int SDL_OFFSCREEN_UpdateWindowFramebuffer(_THIS, SDL_Window * window, const SDL_Rect * rects, int numrects); |
| | | extern void SDL_OFFSCREEN_DestroyWindowFramebuffer(_THIS, SDL_Window * window); |
| | | |
| | | /* vi: set ts=4 sw=4 expandtab: */ |
| | | |