[Python-checkins] CVS: python/dist/src/Mac/Python macglue.c,1.109,1.110

Jack Jansen jackjansen@users.sourceforge.net
Thu, 27 Dec 2001 15:01:20 -0800


Update of /cvsroot/python/python/dist/src/Mac/Python
In directory usw-pr-cvs1:/tmp/cvs-serv16564/Python

Modified Files:
	macglue.c 
Log Message:
Merging changes from release22-branch.



Index: macglue.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Python/macglue.c,v
retrieving revision 1.109
retrieving revision 1.110
diff -C2 -d -r1.109 -r1.110
*** macglue.c	2001/12/10 16:08:06	1.109
--- macglue.c	2001/12/27 23:01:18	1.110
***************
*** 393,396 ****
--- 393,407 ----
  
  #if TARGET_API_MAC_OS8
+ Point
+ LMGetMouse(void)
+ {
+ 	return LMGetMouseLocation();
+ }
+ 
+ long LMGetExpandMem(void)
+ {
+ 	return 0;
+ }
+ 
  void
  c2pstrcpy(unsigned char *dst, const char *src)