comparison pytouhou/ui/opengl/background.pxd @ 606:3c2f96f1d715

Fix compilation under Cython 0.22, by making the pyx and the pxd declarations’ except clause similar.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Wed, 26 Nov 2014 13:36:38 +0100
parents 4b0593da29d5
children a6a191e371c7
comparison
equal deleted inserted replaced
605:d6ead6f0ba80 606:3c2f96f1d715
17 # For fixed pipeline. 17 # For fixed pipeline.
18 cdef Vertex *vertex_buffer 18 cdef Vertex *vertex_buffer
19 cdef GLushort *indices 19 cdef GLushort *indices
20 20
21 cdef void set_state(self) nogil 21 cdef void set_state(self) nogil
22 cdef void render_background(self) except * 22 cdef void render_background(self) nogil
23 cdef void load(self, background, GLuint[MAX_TEXTURES] textures) except * 23 cdef void load(self, background, GLuint[MAX_TEXTURES] textures) except *