X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fwindow.h;fp=src%2Fwindow.h;h=7a140991e171bbf0be467b2441e151091dc14e36;hb=fb6cf2af0f2318aceaea82d02acc961df0f9811d;hp=2947c665455dd203ef7a80c97fc317aef4b0d542;hpb=e7b655fa76e4a42b1a0228bd7e9290998a1fbeae;p=rodin%2Fchimara.git diff --git a/src/window.h b/src/window.h index 2947c66..7a14099 100644 --- a/src/window.h +++ b/src/window.h @@ -45,8 +45,10 @@ struct glk_window_struct glui32 *line_input_buffer_unicode; glui32 line_input_buffer_max_len; gboolean mouse_input_requested; - /* Line input field coordinates (text grids only) */ - + /* Line input field (text grids only) */ + glui32 input_length; + GtkTextChildAnchor *input_anchor; + GtkWidget *input_entry; /* Signal handlers */ gulong keypress_handler; gulong insert_text_handler;