X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/micropolis/blobdiff_plain/6a5fa4e03967ab980cdc7ef96a42400bc29b4414..2d56c40cb9008f8a235bf1dfec4bc2ca98ee7406:/src/tk/tkint.h?ds=inline diff --git a/src/tk/tkint.h b/src/tk/tkint.h index e2c7b7e..a5cc780 100644 --- a/src/tk/tkint.h +++ b/src/tk/tkint.h @@ -38,6 +38,9 @@ #include "tclhash.h" #endif +#define META_MASK (AnyModifier<<1) +#define ALT_MASK (AnyModifier<<2) + /* * One of the following structures is maintained for each display * containing a window managed by Tk: @@ -76,6 +79,9 @@ typedef struct TkDisplay { * retrieved from the server yet. */ KeySym *keySyms; /* Array of KeySyms, returned by * XGetKeyboardMapping. */ + unsigned int modeModMask; + unsigned int metaModMask; + unsigned int altModMask; /* * Information used by tkError.c only: