mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 08:46:08 +03:00

Fixes #2745 GTK uses a delayed surface initialization since we initialize on GTKGLArea realize not on the actual callback. Because of that, our inherited directory doesn't always work since that depends on a previously focused widget. This copies our desired inherited directory to an allocation so that we can set it during realize.