comparison pytouhou/lib/sdl.pxd @ 491:2276229282fd

Fix gcc’s warnings with -Wall -Wextra.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Fri, 04 Oct 2013 14:32:28 +0200
parents 36bc577b2392
children b39ad30c6620
comparison
equal deleted inserted replaced
490:1b532e7dd521 491:2276229282fd
78 78
79 cdef Surface render(self, unicode text) 79 cdef Surface render(self, unicode text)
80 80
81 81
82 cdef void init(Uint32 flags) except * 82 cdef void init(Uint32 flags) except *
83 cdef void img_init(Uint32 flags) except * 83 cdef void img_init(int flags) except *
84 cdef void mix_init(int flags) except * 84 cdef void mix_init(int flags) except *
85 cdef void ttf_init() except * 85 cdef void ttf_init() except *
86 cdef void gl_set_attribute(SDL_GLattr attr, int value) except * 86 cdef void gl_set_attribute(SDL_GLattr attr, int value) except *
87 cdef list poll_events() 87 cdef list poll_events()
88 cdef const Uint8* get_keyboard_state() nogil 88 cdef const Uint8* get_keyboard_state() nogil