Export the free texture function

This commit is contained in:
Kovid Goyal
2017-09-29 07:53:13 +05:30
parent 9078ca975e
commit 710d00674a
4 changed files with 12 additions and 1 deletions

View File

@@ -560,6 +560,7 @@ init_shaders(PyObject *module) {
draw_borders = &draw_borders_impl;
draw_cells = &draw_cells_impl;
draw_cursor = &draw_cursor_impl;
free_texture = &free_texture_impl;
return true;
}
// }}}