diff options
Diffstat (limited to 'state.h')
| -rw-r--r-- | state.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -93,6 +93,8 @@ typedef struct { GLuint b_color_uniform; text_buffer_t input_buffer_grafix; + size_t cursor_index; + // fonts FT_Library ft_library; FT_Face ft_face; |
