blob: 3426b70bfc03b742f385b5878e83de2815e3a0f4 [file] [log] [blame]
Guido van Rossumb7a38351995-03-10 14:46:39 +00001f = Function(void, 'SystemClick',
2 (EventRecord_ptr, 'theEvent', InMode),
3 (WindowPtr, 'theWindow', InMode),
4)
5functions.append(f)
6
Jack Jansen620a7662001-12-18 15:39:38 +00007f = Function(UInt32, 'TickCount',
8)
9functions.append(f)
10