From: Mikko Rasa Date: Sun, 10 Sep 2017 12:33:41 +0000 (+0300) Subject: Immediately process window size to set correct viewport size X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=4bd863e50d6ca102b2ddb4b33fd7632a1c195c8e;hp=4bd863e50d6ca102b2ddb4b33fd7632a1c195c8e;p=libs%2Fgl.git Immediately process window size to set correct viewport size The system framebuffer acquires its size from the window when the GL context is created, but in some use cases the window may change size before a View is created on it. ---