X-Git-Url: https://git.stderr.nl/gitweb?p=rodin%2Fchimara.git;a=blobdiff_plain;f=libchimara%2Fwindow.h;h=1d183a34357983881f00bb8fbbf4b79a5811f1a8;hp=36bf257e390e46d2e792f5ec94c06fbad253f00b;hb=c3a39d7832a862e2fd6c3ed291121f0d791c7e52;hpb=c286a5107c4ad1a8ea0448174b20fab3e0928cd3 diff --git a/libchimara/window.h b/libchimara/window.h index 36bf257..1d183a3 100644 --- a/libchimara/window.h +++ b/libchimara/window.h @@ -9,6 +9,7 @@ #include "input.h" #include "style.h" #include "hyperlink.h" +#include "mouse.h" enum InputRequestType @@ -73,6 +74,7 @@ struct glk_window_struct gulong insert_text_handler; gulong tag_event_handler; gulong shutdown_keypress_handler; + gulong button_press_event_handler; /* Window buffer */ GString *buffer; /* Hyperlinks */