Programming guideline of WinDom
- NAME
-
w_put_bkgr - restore a screen area
- PROTOTYPAGE
-
void w_put_bkgr(int x, int y, int w, int h, MFDB *img);
- PARAMETERS
-
- x,y,w,h:
- coordinate and size of the area to
restore,
- img:
- a valid MFDB structure containing the screen
area saved.
- DESCRIPTION
- It is a sub function of FormEnd(). The
screen area to restore should be previously saved by
w_get_bkgr(). After the call, the memory is released, so the
function can be called only one time with the same MFDB
structure.
- SEE ALSO
-
w_get_bkgr()