X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=src%2Fwindow.h;fp=src%2Fwindow.h;h=02afe78e377ac505e8c20fb6a390614427dfc6dd;hb=0b8b3b9c20937f7b522274ad83739816d8ef21e3;hp=4e705f2d69822bbf14a510b6691974d7e237a151;hpb=199d247c0c2155c1c8fca97fcc6087efdd29e482;p=rodin%2Fchimara.git diff --git a/src/window.h b/src/window.h index 4e705f2..02afe78 100644 --- a/src/window.h +++ b/src/window.h @@ -18,13 +18,15 @@ enum InputRequestType struct glk_window_struct { - GNode *window_node; - glui32 rock; + /* Pointer to the node in the global tree that contains this window */ + GNode *window_node; + /* Window parameters */ glui32 window_type; GtkWidget *widget; strid_t window_stream; strid_t echo_stream; + /* Input request stuff */ enum InputRequestType input_request_type; gchar *line_input_buffer; glui32 *line_input_buffer_unicode;