Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ getsize(3G) — IRIX 6.5.3f

Media Vault

Software Library

Restoration Projects

Artifacts Sought



getsize(3G)                                                        getsize(3G)



NAME
     getsize - returns the size of a graphics window

C SPECIFICATION
     void getsize(x, y)
     long *x, *y;

PARAMETERS
     x   expects a pointer to the location into which the system should copy
         the width (in pixels) of a graphics window.

     y   expects a pointer to the location into which the system should copy
         the height (in pixels) of a graphics window.

DESCRIPTION
     getsize gets the dimensions (in pixels) of the graphics window used by a
     graphics program. Call getsize after winopen.

SEE ALSO
     winopen

NOTE
     This routine is available only in immediate mode.
































                                                                        Page 1



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