This commit is contained in:
Kovid Goyal
2017-09-28 11:15:53 +05:30
parent 7d6d8efc26
commit b4a96428f3
3 changed files with 8 additions and 14 deletions

View File

@@ -49,5 +49,4 @@ PyTypeObject GraphicsManager_Type;
GraphicsManager* grman_realloc(GraphicsManager *, index_type lines, index_type columns);
void grman_clear(GraphicsManager*);
GraphicsManager* grman_free(GraphicsManager*);
const char* grman_handle_command(GraphicsManager *self, const GraphicsCommand *g, const uint8_t *payload);