Add GLuint as primitive type.
If we don't do that any function with GLuint will be rejected by the generator on Windows.
This commit is contained in:
parent
dd1184ac4d
commit
c634b05def
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@
|
|||
-->
|
||||
<typesystem package="PySide.QtOpenGL">
|
||||
<load-typesystem name="typesystem_gui.xml" generate="no" />
|
||||
<primitive-type name="GLuint" target-lang-api-name="PyLong" />
|
||||
|
||||
<rejection class="QGLColormap::QGLColormapData"/>
|
||||
<rejection class="QGLWidget" function-name="setMouseTracking"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue