mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-06 07:38:21 +00:00
Replace the individual ghostty_render_state_size_get, ghostty_render_state_dirty_get, and ghostty_render_state_dirty_set functions with generic ghostty_render_state_get and ghostty_render_state_set functions that use enum-dispatched data kinds and option kinds, following the same InType/OutType pattern used by the terminal and mouse encoder C APIs.