![]() |
WinBegin | Function (ROM Call 0x5) |
wingraph.h |
void WinBegin (WINDOW *w); |
Setup a window for writing to without activating the window.
WinBegin setup the window pointed to by w for writing to it without activating it. When writing to the window is done, call WinEnd. See WinActivate for more info.