http://bugs.winehq.org/show_bug.cgi?id=14481
Traumflug mah@jump-ing.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #1 from Traumflug mah@jump-ing.de 2008-07-19 07:53:12 --- False alert *sigh*
The correct testing sode would have been:
GLint params[4]; glGetIntegerv(GL_VIEWPORT, params); TRACE("Viewport is: %d %d % %d\n", params[0], params[1], params[2], params[3]); [...]
The correct code appears to work or at least gives reasonable results.