(****************************************************************************) (* *) (* 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 CARDINAL to store the color index for one pixel ... *) (* *) (* 21.1.1988 Wolfgang Muees, Hagenring 22, 3300 Braunschweig *) (* *) (****************************************************************************) DEFINITION MODULE GSXARRAY; PROCEDURE DisplayCell ( ); (* See above ... *) PROCEDURE InquireCell ( ); (* See above ... *) END GSXARRAY.