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