it draws!

This commit is contained in:
Mitchell Hashimoto
2023-02-17 20:07:51 -08:00
parent ff9af8a07b
commit cd77408efc
5 changed files with 66 additions and 36 deletions

View File

@@ -53,6 +53,7 @@ int ghostty_app_tick(ghostty_app_t);
ghostty_surface_t ghostty_surface_new(ghostty_app_t, ghostty_surface_config_s*);
void ghostty_surface_free(ghostty_surface_t);
void ghostty_surface_set_size(ghostty_surface_t, uint32_t, uint32_t);
#ifdef __cplusplus
}