Create a new Layer of position and size (x0,y0)->(x1,y1) and place it on top of all other layers. Make this layer of type found in flags if SuperBitMap, use bm2 as pointer to real SuperBitMap. and copy contents of Superbitmap into display layer.
Note:
when using SUPERBITMAP, you should also set LAYERSMART flag.
INPUTS
li
pointer to LayerInfo structure
bm
pointer to common BitMap used by all Layers
x0
see next
y0
upper left hand corner of layer
x1
see next
y1
lower right hand corner of layer
flags
various types of layers supported as bit sets.
bm2
pointer to optional Super BitMap
RESULT
result
pointer to Layer structure if successful NULL if not successful