[Contents] [Index] [Help] [Retrace] [Browse <] [Browse >]


   NAME
       GetDrMd -- Get the draw mode value for a RastPort (V39).


   SYNOPSIS
       mode = GetDrMd  ( rp )
	d0                a0

	ULONG GetDrMd(struct RastPort *)

   FUNCTION
	Return the current value of the draw mode for the rastport. This function
	should be used instead of peeking the structure directly, because future
	graphics devices may store it differently.

   INPUTS
       rp  =  a pointer to a valid RastPort structure.

   BUGS

   NOTES

   SEE ALSO
	SetDrMd() graphics/gfx.h