diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2025-10-17 19:58:35 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2025-10-17 19:59:26 -0400 |
| commit | 42af50b090f03e920368de3fd6872cf5b62c918e (patch) | |
| tree | dc032a7e20f35e96b45fec80b3287ade868af6b8 /state.h | |
| parent | 3e6eeaaf599f1082c02279bb9269de9644cdfab3 (diff) | |
fix spacing and sizing and shit
Diffstat (limited to 'state.h')
| -rw-r--r-- | state.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -89,6 +89,8 @@ typedef struct { atlas_t atlas; uint32_t line_height; + uint32_t required_width; + // arguments int lines; |
