Feature #882 ยป 0045-sdl3-Update-SDL_PushEvent-return-value-checking.patch
| client/gui-sdl3/gui_main.c | ||
|---|---|---|
|
**************************************************************************/
|
||
|
bool flush_event(void)
|
||
|
{
|
||
|
return SDL_PushEvent(flush_user_event) >= 0;
|
||
|
return SDL_PushEvent(flush_user_event);
|
||
|
}
|
||