Diff for /xmil/palm/palmossub.h between versions 1.1 and 1.2

version 1.1, 2005/02/07 16:56:32 version 1.2, 2005/02/26 03:59:50
Line 40  void ARM_StrPrintF(Char* s, const Char*  Line 40  void ARM_StrPrintF(Char* s, const Char* 
 void ARM_StrPrintF_2(Char* s, const Char* formatStr, UInt16 data1, UInt16 data2);  void ARM_StrPrintF_2(Char* s, const Char* formatStr, UInt16 data1, UInt16 data2);
 void ARM_WinDrawBitmap(BitmapPtr bitmapP, Coord x, Coord y);  void ARM_WinDrawBitmap(BitmapPtr bitmapP, Coord x, Coord y);
 void ARM_TimSecondsToDateTime(UInt32 seconds, DateTimeType* dateTimeP);  void ARM_TimSecondsToDateTime(UInt32 seconds, DateTimeType* dateTimeP);
 //UInt8* ARM_BmpGetBits(BitmapType* bmpPtr);  
 //void ARM_BmpGetDimensions(BitmapType *bmpPtr, Int16 *width, Int16 *height, UInt16 *rowBytes);  
 #define ARM_BmpDelete(a)                                ARM_TYPE_pointerinvoid(a,sysTrapBmpDelete)  #define ARM_BmpDelete(a)                                ARM_TYPE_pointerinvoid(a,sysTrapBmpDelete)
 //BitmapType* ARM_BmpCreate(Coord width, Coord height, UInt8 depth, ColorTableType* colortableP, UInt16* err);  
 //BitmapTypeV3* ARM_BmpCreateBitmapV3(const BitmapType* bitmapP, UInt16 density, const void* bitsP,  ColorTableType* colortableP);  
 void m68k_scrnmng_create(void* ptr);  void m68k_scrnmng_create(void* ptr);
 void ARM_WinDrawChars(char* src, Int16 length, Coord x, Coord y);  void ARM_WinDrawChars(char* src, Int16 length, Coord x, Coord y);
 void ARM_WinEraseChars(char* src, Int16 length, Coord x, Coord y);  void ARM_WinEraseChars(char* src, Int16 length, Coord x, Coord y);

Removed from v.1.1  
changed lines
  Added in v.1.2


RetroPC.NET-CVS <cvs@retropc.net>