Commit 25c2cd72 authored by Jeffrey Lee's avatar Jeffrey Lee
Browse files

Add OS_SpriteOp 38 definition

Detail:
  hdr/Sprite - Add OS_SpriteOp 38 (CreateRemoveAlpha), for converting between 1bpp masks, alpha masks, and alpha channels
Admin:
  Tested on BB-xM


Version 2.35. Tagged as 'HdrSrc-2_35'
parent 40992f38
/* (2.34)
/* (2.35)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 2.34
#define Module_MajorVersion_CMHG 2.35
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 06 Oct 2013
#define Module_Date_CMHG 13 Oct 2013
#define Module_MajorVersion "2.34"
#define Module_Version 234
#define Module_MajorVersion "2.35"
#define Module_Version 235
#define Module_MinorVersion ""
#define Module_Date "06 Oct 2013"
#define Module_Date "13 Oct 2013"
#define Module_ApplicationDate "06-Oct-13"
#define Module_ApplicationDate "13-Oct-13"
#define Module_ComponentName "HdrSrc"
#define Module_ComponentPath "castle/RiscOS/Sources/Programmer/HdrSrc"
#define Module_FullVersion "2.34"
#define Module_HelpVersion "2.34 (06 Oct 2013)"
#define Module_LibraryVersionInfo "2:34"
#define Module_FullVersion "2.35"
#define Module_HelpVersion "2.35 (13 Oct 2013)"
#define Module_LibraryVersionInfo "2:35"
......@@ -84,6 +84,7 @@ SpriteReason_PutSpriteUserCoords * 34
SpriteReason_AppendSprite * 35
SpriteReason_SetPointerShape * 36
SpriteReason_CreateRemovePalette * 37
SpriteReason_CreateRemoveAlpha * 38
SpriteReason_ReadSpriteSize * 40
SpriteReason_ReadPixelColour * 41
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment