Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ make_pictur(3G) — HP-UX 5.20

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

buffer_mode(3g)

gclose(3g)

MAKE_PICTURE_CURRENT(3G)

NAME

make_picture_current − display any previous primitives that are not yet displayed due to device or driver buffering. 

SYNOPSIS

C SYNTAX

void make_picture_current(fildes);
int fildes;

FORTRAN77 SYNTAX

        subroutine make_picture_current(fildes)
        integer*4 fildes

PASCAL SYNTAX

procedure make_picture_current(fildes:integer);

HP-UX COMPATIBILITY

Level: HP-UX/STANDARD

Origin: ANSI Computer Graphics Interface

DESCRIPTION

INPUT PARAMETERS

fildes
is an integer file descriptor returned by gopen when an I/O path to a graphic device is opened. 

DISCUSSION

This function should generally be used in interactive graphics sessions at points where the operator must see the entire image in order to proceed, and in hard copy graphics at the end of the picture generation process. For example, to transfer the image from the raster buffer to the page in a buffered raster printer.  Gclose also does a make_picture_current before closing the device. 

SEE ALSO

buffer_mode(3g), gclose(3g). 

Hewlett-Packard Company  —  May 11, 2021

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026