Function: GDI_GRWRITE Purpose: Puts the graphics data. Category: DISPLAY File: gdilib.c Author: K.G. Begeman Use: INTEGER GDI_GRWRITE( GDI_ID , Input INTEGER DATA , Output INTEGER ARRAY NDATA , Input INTEGER PACKED ) Input INTEGER GDI_GRWRITE Returns zero on success, negative on error. GDI_ID Id of display. DATA Array containing graphics data packed according to the PACKED code. NDATA Number of graphics data packed into DATA. PACKED Number of graphics data per integer. The least significant part of the integer contains the most left graphics datum. A value of zero means that DATA contains plain bytes. Updates: Aug 6, 1991: KGB Document created.