comparison pytouhou/lib/sdl.pxd @ 607:9dbc234ea087

Actually compile under 3.x feature level.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Wed, 26 Nov 2014 13:37:07 +0100
parents 19d930f9e3f0
children 73f134f84c7f
comparison
equal deleted inserted replaced
606:3c2f96f1d715 607:9dbc234ea087
10 ## but WITHOUT ANY WARRANTY; without even the implied warranty of 10 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
11 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 ## GNU General Public License for more details. 12 ## GNU General Public License for more details.
13 ## 13 ##
14 14
15 from _sdl cimport * 15 from ._sdl cimport *
16 16
17 17
18 cdef SDL_GLattr GL_CONTEXT_MAJOR_VERSION 18 cdef SDL_GLattr GL_CONTEXT_MAJOR_VERSION
19 cdef SDL_GLattr GL_CONTEXT_MINOR_VERSION 19 cdef SDL_GLattr GL_CONTEXT_MINOR_VERSION
20 cdef SDL_GLattr GL_CONTEXT_PROFILE_MASK 20 cdef SDL_GLattr GL_CONTEXT_PROFILE_MASK