Function 12 -
start / finish window redrawing
Subfunction 1 - start redrawing the window
Options:
* eax =
12 - function number
* ebx = 1
- number of subfunction
Return value:
* function does not return value
Subfunction 2 - finish window redrawing
Options:
* eax =
12 - function number
* ebx = 2
- subfunction number
Return value:
* function does not return value
Remarks:
* The function of the start of redrawing removes all 8
buttons defined by the function, they should be redefined.
Constants for registers:
eax -
SF_REDRAW (12)
ebx -
SSF_BEGIN_DRAW (1), SSF_END_DRAW (2)