Name
ActivateDisplay -- activate a display (V6.0)
Synopsis
void ActivateDisplay(APTR handle, ULONG flags);
Function
This function must assign the focus to the specified display. Optionally, the following flags may be set:
HWACTDISPFLAGS_TOFRONT:
If this flag is set, the display should also be brought to the front.
Inputs
handle
display handle returned by
OpenDisplay()
flags
additional options (see above)
Show TOC