Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 604982
Collapse All | Expand All

(-)./modules/highgui/src/window_QT.cpp (+2 lines)
Lines 3199-3205 Link Here
3199
3199
3200
void OpenGlViewPort::initializeGL()
3200
void OpenGlViewPort::initializeGL()
3201
{
3201
{
3202
#ifdef GL_PERSPECTIVE_CORRECTION_HINT
3202
    glHint(GL_PERSPECTIVE_CORRECTION_HINT, GL_NICEST);
3203
    glHint(GL_PERSPECTIVE_CORRECTION_HINT, GL_NICEST);
3204
#endif
3203
}
3205
}
3204
3206
3205
void OpenGlViewPort::resizeGL(int w, int h)
3207
void OpenGlViewPort::resizeGL(int w, int h)

Return to bug 604982