comparison pytouhou/ui/opengl/backend.pxd @ 554:653a9f087673

Make both double- and single-buffer available on the CLI, but default to SDL’s default.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Fri, 30 May 2014 04:06:09 +0200
parents 8f51e34d911c
children c34b23e29d16
comparison
equal deleted inserted replaced
553:8f51e34d911c 554:653a9f087673
1 cdef str flavor 1 cdef str flavor
2 cdef float version 2 cdef float version
3 cdef int major 3 cdef int major
4 cdef int minor 4 cdef int minor
5 cdef bint double_buffer 5 cdef int double_buffer
6 cdef bint is_legacy 6 cdef bint is_legacy