diff pytouhou/ui/opengl/backend.pxd @ 635:80687f258001

Make sdl.Window inherit from gui.Window, so we can swap implementations.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Thu, 14 Apr 2016 21:18:03 +0100
parents 1b31169dc344
children 4fa0a8e7d941
line wrap: on
line diff
--- a/pytouhou/ui/opengl/backend.pxd
+++ b/pytouhou/ui/opengl/backend.pxd
@@ -1,7 +1,6 @@
-from pytouhou.lib.sdl cimport SDL_GLprofile
 from pytouhou.lib.opengl cimport GLenum_mode
 
-cdef SDL_GLprofile profile
+cdef str profile
 cdef int major
 cdef int minor
 cdef int double_buffer