From: handa Date: Thu, 19 Aug 2010 00:48:58 +0000 (+0000) Subject: (MINPUT_KEY_ALTGR_MODIFIER): New macro. X-Git-Tag: REL-1-6-2~59 X-Git-Url: http://git.chise.org/gitweb/?p=m17n%2Fm17n-lib.git;a=commitdiff_plain;h=2f90b5c4356980fb6bc81e10e967adcb290cf1fd (MINPUT_KEY_ALTGR_MODIFIER): New macro. --- diff --git a/src/input.h b/src/input.h index 9e0468f..8b8ba15 100644 --- a/src/input.h +++ b/src/input.h @@ -100,6 +100,7 @@ typedef struct #define MINPUT_KEY_ALT_MODIFIER (1 << 3) #define MINPUT_KEY_SUPER_MODIFIER (1 << 4) #define MINPUT_KEY_HYPER_MODIFIER (1 << 5) +#define MINPUT_KEY_ALTGR_MODIFIER (1 << 6) extern MSymbol minput__char_to_key (int c);