aboutsummaryrefslogtreecommitdiff
path: root/state.h
diff options
context:
space:
mode:
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;