[ Previous | Next | Contents | Glossary | Home | Search ]
GL3.2 for AIX: Graphics Library (GL) Technical Reference

endfullscrn Subroutine

Purpose

Ends full-screen mode.

Libraries

Graphics Library

C (libgl.a)

FORTRAN (libfgl.a)

C Syntax

void endfullscrn( )

FORTRAN Syntax

SUBROUTINE ENDFUL

Description

The endfullscrn subroutine ends full-screen mode and returns the screenmask and viewport to the boundaries of the current window. This subroutine leaves the current transformation unchanged.

Note: This subroutine cannot be used to add to a display list.

Implementation Specifics

This subroutine is part of GL in the AIXwindows Environment/6000 Version 1, Release 2 with AIXwindows/3D Feature.

Files

/usr/include/gl/gl.h Contains C language constant and variable type definitions for GL.
/usr/include/gl/fgl.h Contains FORTRAN constant and variable type definitions for GL.

Related Information

Enabling drawing outside current window boundaries with the fullscrn subroutine.

Windows and Input Control Overview.


[ Previous | Next | Contents | Glossary | Home | Search ]