Mercurial > touhou
comparison pytouhou/ui/window.pxd @ 552:aad758aef26d
Don’t store framerate limit in the Window while it already is in the Clock.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Tue, 27 May 2014 19:25:33 +0200 |
parents | de778a80820a |
children | 8f51e34d911c |
comparison
equal
deleted
inserted
replaced
551:0d7a16e0f834 | 552:aad758aef26d |
---|---|
18 cdef bint update(self) except * | 18 cdef bint update(self) except * |
19 | 19 |
20 | 20 |
21 cdef class Window: | 21 cdef class Window: |
22 cdef sdl.Window win | 22 cdef sdl.Window win |
23 cdef long fps_limit | |
24 cdef public bint use_fixed_pipeline | 23 cdef public bint use_fixed_pipeline |
25 cdef Runner runner | 24 cdef Runner runner |
26 cdef Clock clock | 25 cdef Clock clock |
27 | 26 |
28 cdef void set_size(self, int width, int height) nogil | 27 cdef void set_size(self, int width, int height) nogil |