comparison pytouhou/ui/opengl/backend.pxd @ 556:c34b23e29d16

Make the OpenGL flavor and version options work.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Fri, 30 May 2014 16:40:36 +0200
parents 653a9f087673
children 0f2af7552462
comparison
equal deleted inserted replaced
555:98380e4a0ee5 556:c34b23e29d16
1 cdef str flavor 1 from pytouhou.lib.sdl cimport SDL_GLprofile
2 cdef float version 2
3 cdef SDL_GLprofile flavor
4 cdef str version
3 cdef int major 5 cdef int major
4 cdef int minor 6 cdef int minor
5 cdef int double_buffer 7 cdef int double_buffer
6 cdef bint is_legacy 8 cdef bint is_legacy