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

@@ -439,7 +439,7 @@ extension Ghostty {
override func updateLayer() {
guard let surface = self.surface else { return }
ghostty_surface_refresh(surface);
ghostty_surface_draw(surface);
}
override func acceptsFirstMouse(for event: NSEvent?) -> Bool {