1 --- pyqwt3d-0.1.7~cvs20090625~/sip/Qwt3D_Qt3_Module.sip 2010-02-07 16:36:56.000000000 +0100
2 +++ pyqwt3d-0.1.7~cvs20090625/sip/Qwt3D_Qt3_Module.sip 2010-02-07 16:37:33.000000000 +0100
5 typedef unsigned int GLenum;
6 typedef unsigned char GLboolean;
7 -typedef unsigned int GLbitfield;
8 +//typedef unsigned int GLbitfield;
10 typedef /*signed*/ char GLbyte; /* 1-byte signed */
11 typedef short GLshort; /* 2-byte signed */
12 diff -urNad pyqwt3d-0.1.7~cvs20090625~/sip/Qwt3D_Qt4_Module.sip pyqwt3d-0.1.7~cvs20090625/sip/Qwt3D_Qt4_Module.sip
13 --- pyqwt3d-0.1.7~cvs20090625~/sip/Qwt3D_Qt4_Module.sip 2010-02-07 16:36:56.000000000 +0100
14 +++ pyqwt3d-0.1.7~cvs20090625/sip/Qwt3D_Qt4_Module.sip 2010-02-07 16:36:59.000000000 +0100
17 // typedef unsigned int GLenum;
18 typedef unsigned char GLboolean;
19 -typedef unsigned int GLbitfield;
20 +//typedef unsigned int GLbitfield;
22 typedef /*signed*/ char GLbyte; /* 1-byte signed */
23 typedef short GLshort; /* 2-byte signed */
25 typedef unsigned short GLushort; /* 2-byte unsigned */
26 // typedef unsigned int GLuint; /* 4-byte unsigned */
27 typedef int GLsizei; /* 4-byte signed */
28 -typedef float GLfloat; /* single precision float */
29 +//typedef float GLfloat; /* single precision float */
30 typedef float GLclampf; /* single precision float in [0,1] */
31 typedef double GLdouble; /* double precision float */
32 typedef double GLclampd; /* double precision float in [0,1] */
33 --- pyqwt3d-0.1.7~cvs20090625~/sip/qwt3d_plot.sip 2010-02-07 16:36:56.000000000 +0100
34 +++ pyqwt3d-0.1.7~cvs20090625/sip/qwt3d_plot.sip 2010-02-07 16:36:59.000000000 +0100
36 sipWrapperType **type;
39 - {sipName_Plot3D, &sipClass_Plot3D, 1, -1},
40 - {sipName_SurfacePlot, &sipClass_SurfacePlot, -1, -1},
41 + {(char*)sipName_Plot3D, &sipClass_Plot3D, 1, -1},
42 + {(char*)sipName_SurfacePlot, &sipClass_SurfacePlot, -1, -1},