diff options
Diffstat (limited to 'Mac/Python/macglue.c')
-rw-r--r-- | Mac/Python/macglue.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Mac/Python/macglue.c b/Mac/Python/macglue.c index e66ab83..f78f97f 100644 --- a/Mac/Python/macglue.c +++ b/Mac/Python/macglue.c @@ -392,6 +392,17 @@ Pstring(char *str) } #if TARGET_API_MAC_OS8 +Point +LMGetMouse(void) +{ + return LMGetMouseLocation(); +} + +long LMGetExpandMem(void) +{ + return 0; +} + void c2pstrcpy(unsigned char *dst, const char *src) { |