diff options
Diffstat (limited to 'layout.h')
| -rw-r--r-- | layout.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,6 +4,6 @@ #include "state.h" void init_layout(client_state* state); -void calculate_layout(client_state* state, rect_t* input, rect_t* options, bool recalc_options); +void calculate_layout(client_state* state, rect_t* prompt, rect_t* input, rect_t* options, bool recalc_options); #endif |
