diff options
author | Martin Smith <msmith@trolltech.com> | 2009-05-27 07:38:32 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-05-27 07:40:32 (GMT) |
commit | 5e14efa547ffac5890b008ad23e9ff0bc634a3e1 (patch) | |
tree | 9ce208c37de5c1b64e7453092e1061142cdf34f0 /src/opengl | |
parent | 634954f1648a1ada74ba03f2eecec71e8bcba898 (diff) | |
download | Qt-5e14efa547ffac5890b008ad23e9ff0bc634a3e1.zip Qt-5e14efa547ffac5890b008ad23e9ff0bc634a3e1.tar.gz Qt-5e14efa547ffac5890b008ad23e9ff0bc634a3e1.tar.bz2 |
Use GLInt and not uint because of Apple's old header swap
Diffstat (limited to 'src/opengl')
-rw-r--r-- | src/opengl/qpixmapdata_gl_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opengl/qpixmapdata_gl_p.h b/src/opengl/qpixmapdata_gl_p.h index 536f33d..7e06db9 100644 --- a/src/opengl/qpixmapdata_gl_p.h +++ b/src/opengl/qpixmapdata_gl_p.h @@ -116,7 +116,7 @@ private: int m_height; mutable QGLFramebufferObject *m_renderFbo; - mutable uint m_textureId; + mutable GLuint m_textureId; mutable QPaintEngine *m_engine; mutable QGLContext *m_ctx; mutable bool m_dirty; |