pxinq_view_attrs (
Pint ws_id /*workstation identifier */ Pint index /*view index */ Pint *error_ind /*error indicator */ Pxview_attrs *cur_attr /*current view attributes */ Pxview_attrs *req_attr /*requested view attributes */
typedef struct {
Pint plane_mask; /* bitplane write mask */
Pxoverlay overlay; /* overlay/underlay indicator */
Pint disp_dev; /* display device index */
} Pxview_attrs ;
typedef enum {
PXOVERLAY_NORMAL, /* draw in normal image planes */
PXOVERLAY_OVER, /* draw in overlay planes */
PXOVERLAY_UNDER /* draw in underlay planes */
} Pxsupp_flag;
Inquire non-destructive graphics facilities, see pxinq_non_dest_facs