X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=libchimara%2Fevent.h;h=946bc156b094719ce224a6ce13600f8e87979527;hb=fabc4f9b35b4d4e1bb3c3f67971e8e134889c453;hp=7cf80bdf7fb5ee4e0d0ebc823a8c5fa4165ead62;hpb=78652af29a2f39e626febd5f4213da57d3a13901;p=projects%2Fchimara%2Fchimara.git diff --git a/libchimara/event.h b/libchimara/event.h index 7cf80bd..946bc15 100644 --- a/libchimara/event.h +++ b/libchimara/event.h @@ -3,10 +3,13 @@ #include #include "glk.h" +#include "chimara-glk.h" #define EVENT_QUEUE_MAX_LENGTH (100) #define evtype_Abort (-1) +#define evtype_ForcedCharInput (-2) +#define evtype_ForcedLineInput (-3) -G_GNUC_INTERNAL void event_throw(glui32 type, winid_t win, glui32 val1, glui32 val2); +G_GNUC_INTERNAL void event_throw(ChimaraGlk *glk, glui32 type, winid_t win, glui32 val1, glui32 val2); #endif