summaryrefslogtreecommitdiffstats
path: root/src/opengl/qpixmapdata_gl_p.h
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2009-05-27 09:38:32 +0200
committerMartin Smith <msmith@trolltech.com>2009-05-27 09:40:32 +0200
commit5e14efa547ffac5890b008ad23e9ff0bc634a3e1 (patch)
tree9ce208c37de5c1b64e7453092e1061142cdf34f0 /src/opengl/qpixmapdata_gl_p.h
parent634954f1648a1ada74ba03f2eecec71e8bcba898 (diff)
Use GLInt and not uint because of Apple's old header swap
Diffstat (limited to 'src/opengl/qpixmapdata_gl_p.h')
-rw-r--r--src/opengl/qpixmapdata_gl_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opengl/qpixmapdata_gl_p.h b/src/opengl/qpixmapdata_gl_p.h
index 536f33dc63..7e06db9a72 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;