void pxcopy_target(
Pint ws_id, /* workstation identifier */ Pint src_target, /* source target number */ Pint dst_target /* destination target number */
)
If the destination target is the display target, visual effect is immediate. The display surface is set to the source target.
If the destination target is equal to the source target, this function is bypassed.
After calling this function, content of source and destination targets are identical.
Set display target, see pxset_display_target
Clear target, see pxclear_target
Swap targets, see pxswap_targets