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

version 1.1, 2005/02/07 16:56:32 version 1.3, 2005/02/27 18:22:06
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);
Line 103  Err ARM_EvtEnqueueKey(WChar ascii, UInt1 Line 99  Err ARM_EvtEnqueueKey(WChar ascii, UInt1
 Boolean ARM_MenuHandleEvent(MenuBarType *menuP, EventType *event, UInt16 *error);  Boolean ARM_MenuHandleEvent(MenuBarType *menuP, EventType *event, UInt16 *error);
 Boolean ARM_SysHandleEvent(EventType *event);  Boolean ARM_SysHandleEvent(EventType *event);
   
   UINT16 ARM_SysBatteryInfo(UINT8* battery);
   
 #define ARM_KeyCurrentState()           ARM_TYPE_nullinint(sysTrapKeyCurrentState)  #define ARM_KeyCurrentState()           ARM_TYPE_nullinint(sysTrapKeyCurrentState)
   
 void print(char *format, ...);  void print(char *format, ...);

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


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