diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1995-10-09 23:12:22 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1995-10-09 23:12:22 (GMT) |
commit | d40f3c60ca39b76c518df368477baa7c338b139e (patch) | |
tree | e73aac880f4c930024cd48a6e0b607ec81bed537 /Mac/Modules/evt/evtsupport.py | |
parent | 732151473b9528302518c54a48e5767bc7746200 (diff) | |
download | cpython-d40f3c60ca39b76c518df368477baa7c338b139e.zip cpython-d40f3c60ca39b76c518df368477baa7c338b139e.tar.gz cpython-d40f3c60ca39b76c518df368477baa7c338b139e.tar.bz2 |
New universal headers
Diffstat (limited to 'Mac/Modules/evt/evtsupport.py')
-rw-r--r-- | Mac/Modules/evt/evtsupport.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Mac/Modules/evt/evtsupport.py b/Mac/Modules/evt/evtsupport.py index 39ddaa9..617eee4 100644 --- a/Mac/Modules/evt/evtsupport.py +++ b/Mac/Modules/evt/evtsupport.py @@ -27,8 +27,10 @@ from macsupport import * RgnHandle = FakeType("(RgnHandle)0") # XXX KeyMap = ArrayOutputBufferType("KeyMap") -MacOSEventKind = Type("MacOSEventKind", "h") -MacOSEventMask = Type("MacOSEventMask", "h") +MacOSEventKind = Type("MacOSEventKind", "h") # Old-style +MacOSEventMask = Type("MacOSEventMask", "h") # Old-style +EventMask = Type("EventMask", "h") +EventKind = Type("EventKind", "h") includestuff = includestuff + """ #include <%s>""" % MACHEADERFILE + """ |