X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;ds=sidebyside;f=libchimara%2Fwindow.h;h=71bbb7436168cbbe368ae5827920e05f58d7c422;hb=f5361c37bf7265628802787ea90164bab8108d3a;hp=fd61ca310cf64131726861fcdc173eede3bfbe56;hpb=e8dfef1e24bbab1640aff3c1f507af9cec4bdf97;p=rodin%2Fchimara.git diff --git a/libchimara/window.h b/libchimara/window.h index fd61ca3..71bbb74 100644 --- a/libchimara/window.h +++ b/libchimara/window.h @@ -7,6 +7,7 @@ #include "stream.h" #include "input.h" #include "style.h" +#include "hyperlink.h" enum InputRequestType @@ -65,6 +66,10 @@ struct glk_window_struct /* Signal handlers */ gulong keypress_handler; gulong insert_text_handler; + gulong mouse_click_handler; + gulong mouse_move_handler; + /* Window buffer */ + GString *buffer; }; #endif