0

Move some code out of the render_loop function and into a 1-time init

routine
This commit is contained in:
Andrew Chin
2011-03-20 21:13:17 -04:00
parent 4e9985c611
commit 329c7557f6
3 changed files with 41 additions and 22 deletions

View File

@@ -36,5 +36,6 @@ PyObject *alpha_over_wrap(PyObject *self, PyObject *args);
/* in iterate.c */
PyObject *chunk_render(PyObject *self, PyObject *args);
int init_chunk_render(void);
#endif /* __OVERVIEWER_H_INCLUDED__ */