apprt/embedded: add draw now API

This commit is contained in:
Mitchell Hashimoto
2024-05-03 20:17:22 -07:00
parent fe7ff998c9
commit e31e25f54d
4 changed files with 22 additions and 1 deletions

View File

@@ -504,6 +504,7 @@ ghostty_app_t ghostty_surface_app(ghostty_surface_t);
bool ghostty_surface_transparent(ghostty_surface_t);
bool ghostty_surface_needs_confirm_quit(ghostty_surface_t);
void ghostty_surface_refresh(ghostty_surface_t);
void ghostty_surface_draw(ghostty_surface_t);
void ghostty_surface_set_content_scale(ghostty_surface_t, double, double);
void ghostty_surface_set_focus(ghostty_surface_t, bool);
void ghostty_surface_set_occlusion(ghostty_surface_t, bool);