Start work on multicell support for selection_as_text

This commit is contained in:
Kovid Goyal
2025-01-10 14:35:32 +05:30
parent ac32f91a2e
commit 8156a7520f
7 changed files with 121 additions and 74 deletions

View File

@@ -19,7 +19,6 @@ typedef enum {
FREETYPE_CLEANUP_FUNC,
SYSTEMD_CLEANUP_FUNC,
SHADERS_CLEANUP_FUNC,
LINE_CLEANUP_FUNC,
NUM_CLEANUP_FUNCS
} AtExitCleanupFunc;