D G Turner 8f6620b84f SDL2: Fix GCC Compiler Warning about Enum vs. Non-Enum Type in Conditional
The issue is that SDL_GetWindowWMInfo returns a SDL_bool enumeration type
rather than a standard bool. It should be noted that SDL_GetWMInfo used
later in this function returns a int type instead and thus will cast to
bool without warning.
2020-05-09 05:41:20 +01:00
..
2020-03-27 23:27:37 +00:00
2020-03-09 16:08:19 +01:00
2020-03-09 14:31:14 +01:00
2020-04-27 23:02:18 -05:00