Added Mir video target (thanks, Brandon!).

This commit is contained in:
Ryan C. Gordon 2014-02-02 23:41:46 -05:00
parent dce9b7b129
commit 19f8c6224f
21 changed files with 1648 additions and 0 deletions

View file

@ -105,6 +105,7 @@ typedef enum
SDL_SYSWM_COCOA,
SDL_SYSWM_UIKIT,
SDL_SYSWM_WAYLAND,
SDL_SYSWM_MIR,
} SDL_SYSWM_TYPE;
/**