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