]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Removed (within an #ifdef) Carbon-incompatabilities:
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 2 Jun 2000 21:27:11 +0000 (21:27 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 2 Jun 2000 21:27:11 +0000 (21:27 +0000)
commitbb6d83a8c4b5d6872b7bf5ee927a184f286cf56d
tree80572eff679043c8c0676e94f8470844010784b7
parent14cd750004af0fac7d39fae307eb8184c8f0dc24
Removed (within an #ifdef) Carbon-incompatabilities:
- Use TickCount() in stead of LMGetTicks()
- Don't use xxxGetFile event filter
- Don't call SystemTask or HandleSysWindowEvent (is this also automatically handled under os9??)
- Don't scan event queue for cmd-. (to be fixed at some point).
Mac/Python/macglue.c