1
0
forked from 0ad/0ad

Fix Haiku detection introduced in cc65e0e8a2

Patch by: @xone47
Differential Revision: https://code.wildfiregames.com/D4396
This was SVN commit r26125.
This commit is contained in:
Stan 2021-12-27 18:59:44 +00:00
parent cbb7177fc1
commit c4de86973d
2 changed files with 2 additions and 0 deletions

View File

@ -283,6 +283,7 @@
{ "nick": "wraitii", "name": "Lancelot de Ferrière le Vayer" },
{ "nick": "Xentelian", "name": "Mark Strawson" },
{ "nick": "Xienen", "name": "Dayle Flowers" },
{ "nick": "xone47", "name": "Brent Johnson" },
{ "nick": "xtizer", "name": "Matt Green" },
{ "nick": "yashi", "name": "Yasushi Shoji" },
{ "nick": "Ykkrosh", "name": "Philip Taylor" },

View File

@ -102,6 +102,7 @@ const char* GetSDLSubsystem(SDL_Window* window)
#if SDL_VERSION_ATLEAST(2, 0, 12)
case SDL_SYSWM_HAIKU:
subsystem = "Haiku";
break;
#endif
#if SDL_VERSION_ATLEAST(2, 0, 11)
default: