diff options
Diffstat (limited to 'state.h')
| -rw-r--r-- | state.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -98,6 +98,7 @@ typedef struct { char* input_buffer; uint32_t width, height; item_t* items; + uint32_t* filtered_items; bool running; } client_state; |
