From 2afa6a39629fb331d284afa454b9aa50e7f0adcf Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Fri, 17 Oct 2025 23:12:12 -0400 Subject: basic selection --- state.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'state.h') diff --git a/state.h b/state.h index 8371000..b2cadd0 100644 --- a/state.h +++ b/state.h @@ -80,6 +80,7 @@ typedef struct { GLuint text_shader; GLuint screen_size_uniform; GLuint offset_uniform; + GLuint color_uniform; text_buffer_t input_buffer_grafix; // fonts @@ -96,6 +97,7 @@ typedef struct { // state char* input_buffer; + int selected_filtered_item; uint32_t width, height; item_t* items; uint32_t* filtered_items; -- cgit v1.2.3