〈display〉
is a boolean that specifies whether or not the following graphics
calls are to be inserted into the display list, displayed, or both.
If 〈display〉 is DL_ONLY (or FALSE), the elements are
merely inserted into the segment; if 〈display〉
is DL_AND_DISPLAY
(or TRUE), any
subsequent elements in the segment are inserted into the segment
and displayed on the display device; if 〈display〉
is DISPLAY_ONLY,
any subsequent elements in the segment are displayed on the display
device but are not inserted into the segment.