using SDL_WINDOWEVENT_SIZE_CHANGED for tracking window size changes,
authorJohn Tsiombikas <nuclear@mutantstargoat.com>
Tue, 3 Jan 2017 07:35:16 +0000 (09:35 +0200)
committerJohn Tsiombikas <nuclear@mutantstargoat.com>
Tue, 3 Jan 2017 07:35:16 +0000 (09:35 +0200)
instead of SDL_WINDOWEVENT_RESIZED, which is only sent when the window
is resized extrnally (by the user).


No differences found