X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=src%2Fwindow.h;h=73583a352d902cb4e075f23082ad156396c6db0a;hb=1d98f490554273292d4ce29e4ea42e843c2f0c20;hp=954415e494ecd14fb1f2c7b22ef446ae3b0e352e;hpb=29c0242eb6388c295204307a116bf510a93ccd2f;p=projects%2Fchimara%2Fchimara.git diff --git a/src/window.h b/src/window.h index 954415e..73583a3 100644 --- a/src/window.h +++ b/src/window.h @@ -6,6 +6,8 @@ #include "stream.h" #include "error.h" +#include "callbacks.h" +#include "input.h" enum InputRequestType { @@ -32,6 +34,8 @@ struct glk_window_struct glui32 *line_input_buffer_unicode; glui32 line_input_buffer_max_len; gboolean mouse_input_requested; + gulong keypress_handler; + gulong insert_text_handler; }; #endif