X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=src%2Fwindow.h;h=73583a352d902cb4e075f23082ad156396c6db0a;hb=1d98f490554273292d4ce29e4ea42e843c2f0c20;hp=02afe78e377ac505e8c20fb6a390614427dfc6dd;hpb=d723ff5bb5fbb4d93723e8814a44179ef75e20e7;p=projects%2Fchimara%2Fchimara.git diff --git a/src/window.h b/src/window.h index 02afe78..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 { @@ -31,6 +33,9 @@ struct glk_window_struct gchar *line_input_buffer; glui32 *line_input_buffer_unicode; glui32 line_input_buffer_max_len; + gboolean mouse_input_requested; + gulong keypress_handler; + gulong insert_text_handler; }; #endif