|
From: Karsten W. <kar...@us...> - 2006-02-14 11:40:19
|
Update of /cvsroot/frontierkernel/Frontier/Common/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23435 Modified Files: Tag: pre_int64_branch frontierdefs.h quickdraw.h stringdefs.h Log Message: sint64 next changes Index: stringdefs.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/headers/stringdefs.h,v retrieving revision 1.3.6.2 retrieving revision 1.3.6.3 diff -C2 -d -r1.3.6.2 -r1.3.6.3 *** stringdefs.h 2 Feb 2006 18:37:59 -0000 1.3.6.2 --- stringdefs.h 14 Feb 2006 11:40:04 -0000 1.3.6.3 *************** *** 76,81 **** // kw - 2006-01-30 --- new types added ! #define STR_longlong "\x09" "64bit-int" ! #define STR_longdate "\x08" "longdate" #define STR_with "\x04" "with" --- 76,81 ---- // kw - 2006-01-30 --- new types added ! #define STR_longlong "\x06" "sint64" ! #define STR_longdate "\x0c" "longdatetime" #define STR_with "\x04" "with" Index: quickdraw.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/headers/quickdraw.h,v retrieving revision 1.3 retrieving revision 1.3.6.1 diff -C2 -d -r1.3 -r1.3.6.1 *** quickdraw.h 11 Jan 2005 22:48:02 -0000 1.3 --- quickdraw.h 14 Feb 2006 11:40:04 -0000 1.3.6.1 *************** *** 75,78 **** --- 75,85 ---- extern short getmenubarheight (void); + // kw - make static + extern CGrafPtr getmacwindowport(WindowPtr); + extern CGrafPtr getmacqdglobaltheport(void); + extern Rect getwindowportrect(WindowPtr); + extern void invalmacwindowrect(WindowPtr, Rect); + + extern boolean pushpen (void); Index: frontierdefs.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/headers/frontierdefs.h,v retrieving revision 1.7.6.1 retrieving revision 1.7.6.2 diff -C2 -d -r1.7.6.1 -r1.7.6.2 *** frontierdefs.h 31 Jan 2006 16:40:09 -0000 1.7.6.1 --- frontierdefs.h 14 Feb 2006 11:40:04 -0000 1.7.6.2 *************** *** 83,86 **** --- 83,88 ---- // kw 2006-01-27 --- make new data types #define LONGINT_LONGDATE 1 + // kw - 2006-02-13 --- a test for the AE-memory leak + #define AEDISPOSAL 1 #ifdef MACVERSION |