aboutsummaryrefslogtreecommitdiff
path: root/state.h
diff options
context:
space:
mode:
authorJack Jamison <jackqjamison@gmail.com>2025-10-17 23:12:12 -0400
committerJack Jamison <jackqjamison@gmail.com>2025-10-17 23:12:12 -0400
commit2afa6a39629fb331d284afa454b9aa50e7f0adcf (patch)
tree22bd7c345dd63bd61c1ebce5460c9b4f52b2bc91 /state.h
parent9cdc8540fa3f7d36d48b44f9e955652b6e17dd91 (diff)
basic selection
Diffstat (limited to 'state.h')
-rw-r--r--state.h2
1 files changed, 2 insertions, 0 deletions
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;