Previous Next Up Title Contents Index Functions Index Top Library

INQUIRE NON-DESTRUCTIVE (GRAPHICS) FACILITIES

PXINQ_NON_DEST_FACS


CALLING SEQUENCE

pxinq_non_dest_facs (
)

TYPES

typedef struct {
	Pint			mask;	/* default bitplane write mask	*/
	Pint			num_overlay;	/* number of overlay planes	*/
	Pint			num_underlay;	/* number of underlay planes	*/
	Pxsupp_flag	comp_flag;	/* complement draw mode support	*/
} Pxnon_dest_facs ;

typedef enum {
	PXNO_SUPPORT,		/* not supported	*/
	PXSUPPORT		/* supported	*/
} Pxsupp_flag;

EFFECT

Return the workstation non-destructive graphics facilities

ERRORS

2
Ignoring function, function requires state PHOP.
51
Ignoring function, this information is not yet available for this generic workstation type; open a workstation of this type and use the specific workstation type.
52
Ignoring function, workstation type not recognized by the implementation.
59
Ignoring function, the specified workstation does not have output capability (i.e., the workstation category is neither OUTPUT, OUTIN, nor MO).

SEE ALSO

View attributes, see pxset_view_attrs


Previous Next Up Title Contents Index Functions Index Top Library