Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
92c87d0656 actually print height too 2022-01-03 21:31:30 +01:00
4c7743760e Print reported drawable size 2022-01-03 20:43:51 +01:00

View file

@ -626,6 +626,8 @@ struct GraphicsPrivate
/* Query the acutal size in pixels, not units */
SDL_GL_GetDrawableSize(threadData->window, &winSize.x, &winSize.y);
Debug() << "Reported drawable size:" << winSize.x << winSize.y;
/* Make sure integer buffers are rebuilt before screen offsets are
* calculated so we have the final allocated buffer size ready */
if (integerScaleActive)