Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ (3G) — Aviator 1.8

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

fbclose(3G)

###############################################################################
#                                                                             #
#  Copyright © 1989-1991 by Artificial Horizons®, Inc.  All rights reserved.  #
#                                                                             #
#      This material  constitutes  the trade  secrets  and confidential,      #
#      proprietary information of Bruce Factor and Curtis Priem,  and is      #
#      under license  to Artificial Horizons, Inc.   The material is not      #
#      to be disclosed,  reproduced,  copied,  or used in any manner not      #
#      permitted under license from Artificial Horizons, Inc.   For more      #
#      information email "ahi-interest@ahi.com".                              #
#                                                                             #
###############################################################################

FBOPEN(3G)           AVIATOR GRAPHICS INTERFACE FUNCTIONS            FBOPEN(3G)



NAME
        fbopen - open a frame buffer

SYNOPSIS
        #include <agi.h>

        Fbuffer fbopen(fbname, flags)
        char *fbname, *flags;

DESCRIPTION
        fbopen() opens the frame buffer named by fbname.  If it succeeds,
        fbopen() returns a pointer to be used to identify the frame buffer
        in subsequent operations.

        fbname points to a character string that contains the name of the
        frame buffer to be opened.

        flags is a character string having one of the following values:
                e       print all error messages to standard error

RETURNED VALUES
        On success, fbopen() returns a pointer to a frame buffer structure
        which identifies the opened frame buffer.  On failure, it returns NULL.

SEE ALSO
        fbclose(3G)



AGI Release 1.8         Last change: 25 December 1991

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