X11TK: Remove text positioning hacks, use proper ascent values. (#14040)

This commit is contained in:
eafton
2025-09-24 21:26:12 +03:00
committed by GitHub
parent 9d5d7010de
commit 0b9a197eda
2 changed files with 29 additions and 26 deletions

View File

@@ -175,7 +175,8 @@ typedef struct SDL_ToolkitControlX11
bool dynamic;
bool is_default_enter;
bool is_default_esc;
bool do_size;
/* User data */
void *data;