home *** CD-ROM | disk | FTP | other *** search
-
- V1.2 (27-Jan-2000)
-
- IMA_Raster_OffsetX & IMA_Raster_OffsetY is now the offset into the picture.
- Added IMA_Raster_Left, IMA_Raster_Top, IMA_Raster_Right and IMA_Raster_Bottom.
- (Left & Top takes the value of the old OffsetX & OffsetY tags to maintain
- compatibility, so if you recompile with the new includes you *must* change
- the names in your source)
-
- Fixed bug in IM_CreateChain() -- a wrong chain would be built if one tag
- item had NULL as data.
-
- Changed some ULONG's to LONG's in 'struct IMP_ReceiveData' which'll allow
- the values to be used in equations where results may turn negative.
-
- Added IM_FreeClass() function which should be called to free any classes
- obtained using GetClass().
-
- Added a Bitmap-class.
-
- Changed framework for the examples so that they now use IM_FreeClass() and
- renamed IMA_Raster_OffsetX/Y to Left/Top.
-