starting to build device-independent drawing functions (work in progress)

This commit is contained in:
Amy Bowersox
2019-12-09 17:02:04 -07:00
parent 68be55a8f5
commit ee292d3aab
11 changed files with 144 additions and 3 deletions

View File

@@ -68,3 +68,4 @@ PyObject *Epython_post_quit_message(PyObject *self, PyObject *args)
Mq_post1(Sys_Queue, 0, WM_QUIT, exitcode);
Py_RETURN_NONE;
}