X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=libchimara%2Fevent.h;h=946bc156b094719ce224a6ce13600f8e87979527;hb=4a1188d59e0c9958df56cf5fb61d04ee8fb1e37c;hp=32e5bb92b8ba2bc7441514d28a7aa1c6a2d55f08;hpb=6702e46cbf0d5980a7386038d019c03fb12d3b52;p=rodin%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);