X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=src%2Fwindow.h;fp=src%2Fwindow.h;h=73583a352d902cb4e075f23082ad156396c6db0a;hb=49eca40060b04105343874714fa67976b9430def;hp=954415e494ecd14fb1f2c7b22ef446ae3b0e352e;hpb=3bcfb092671765e3ece0c4225c4e69ad960b31cc;p=rodin%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