]> git.tdb.fi Git - libs/gl.git/commit
Immediately process window size to set correct viewport size
authorMikko Rasa <tdb@tdb.fi>
Sun, 10 Sep 2017 12:33:41 +0000 (15:33 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sun, 10 Sep 2017 12:33:41 +0000 (15:33 +0300)
commit4bd863e50d6ca102b2ddb4b33fd7632a1c195c8e
tree603700ebc6d9c8c222b1cf11bccb05acf8485e90
parent48fc376cdc7b626b326220fafe39d80c6c366081
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.
source/view.cpp