Magellan Linux

Contents of /trunk/pyqt4/patches/pyqt4-4.8.4-egl.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1438 - (show annotations) (download)
Mon Jul 25 13:00:19 2011 UTC (12 years, 9 months ago) by niro
File size: 382 byte(s)
-added patch to fix build with egl enabled
1 --- sip/QtOpenGL/qgl.sip.orig 2010-12-04 17:15:10.497601234 +0200
2 +++ sip/QtOpenGL/qgl.sip 2010-12-04 17:15:46.138746235 +0200
3 @@ -255,13 +255,6 @@
4 %End
5 GLuint bindTexture(const QString &);
6
7 -protected:
8 -%If (WS_X11)
9 -%If (PyQt_NoOpenGLES)
10 - virtual void *chooseVisual();
11 -%End
12 -%End
13 -
14 public:
15 void deleteTexture(GLuint);
16 static void setTextureCacheLimit(int);