I'm trying to find a way to fire an event only at the end of resizing event in SDL-2.
both polling on sdl events using SDL_PollEvent
and SDL_SetEventFilter
fire on the resizing event itself not at the end.
EDIT
Platform: linux
Display server: X11