X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=src%2Fwindow.h;fp=src%2Fwindow.h;h=3395bb482296225c9d663da43a6f6ac228c826d4;hb=c411277e0f62470f872e583892a20012e634aa37;hp=6f83744dcd5605e1003e3edebb2f4eb3ecc0e899;hpb=352f99218b90bc9a3e5386afc3f12c36c3ebec60;p=rodin%2Fchimara.git diff --git a/src/window.h b/src/window.h index 6f83744..3395bb4 100644 --- a/src/window.h +++ b/src/window.h @@ -42,6 +42,7 @@ struct glk_window_struct glui32 *line_input_buffer_unicode; glui32 line_input_buffer_max_len; gboolean mouse_input_requested; + /* Signal handlers */ gulong keypress_handler; gulong insert_text_handler; };