actually print height too
This commit is contained in:
parent
4c7743760e
commit
92c87d0656
|
@ -626,7 +626,7 @@ struct GraphicsPrivate
|
||||||
/* Query the acutal size in pixels, not units */
|
/* Query the acutal size in pixels, not units */
|
||||||
SDL_GL_GetDrawableSize(threadData->window, &winSize.x, &winSize.y);
|
SDL_GL_GetDrawableSize(threadData->window, &winSize.x, &winSize.y);
|
||||||
|
|
||||||
Debug() << "Reported drawable size:" << winSize.x << "winSize.y";
|
Debug() << "Reported drawable size:" << winSize.x << winSize.y;
|
||||||
|
|
||||||
/* Make sure integer buffers are rebuilt before screen offsets are
|
/* Make sure integer buffers are rebuilt before screen offsets are
|
||||||
* calculated so we have the final allocated buffer size ready */
|
* calculated so we have the final allocated buffer size ready */
|
||||||
|
|
Loading…
Reference in New Issue