(****************************************************************************) (* *) (* GSX Array Module *) (* ================ *) (* This Module contains GSX functions to read and write cell arrays. Note *) (* these functions require zooming and access to screen memory and there- *) (* fore, they are not implemented in most device drivers. Also, you need a *) (* full INTEGER to store the color index for one pixel ... *) (* *) (* 16.5.1988 Wolfgang Muees, Hagenring 22, 3300 Braunschweig *) (* *) (****************************************************************************) PROCEDURE DisplayCell; (* See above ... *) BEGIN END; PROCEDURE InquireCell; (* See above ... *) BEGIN END;