From: John Tsiombikas Date: Tue, 3 Jan 2017 07:35:16 +0000 (+0200) Subject: using SDL_WINDOWEVENT_SIZE_CHANGED for tracking window size changes, X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=commitdiff_plain;h=22e03ce83ae740c09912cf8acd5307a67c59471d;hp=22e03ce83ae740c09912cf8acd5307a67c59471d;p=laserbrain_demo using SDL_WINDOWEVENT_SIZE_CHANGED for tracking window size changes, instead of SDL_WINDOWEVENT_RESIZED, which is only sent when the window is resized extrnally (by the user). ---