###############################################################################
# #
# 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". #
# #
###############################################################################
FBCLOSE(3G) AVIATOR GRAPHICS INTERFACE FUNCTIONS FBCLOSE(3G)
NAME
fbclose, fbsync - close or synchronize a frame buffer
SYNOPSIS
#include <agi.h>
int fbclose(fbp)
register Fbuffer fbp;
void fbsync(fbp)
register Fbuffer fbp;
DESCRIPTION
fbclose() writes out any buffered data for the named frame buffer,
waits until the frame buffer is finished updating, and closes the
named frame buffer.
fbsync() writes out any buffered data for the named frame buffer and
waits until the frame buffer is finished updating. The named frame
buffer remains open.
RETURNED VALUES
fclose() returns:
0 on success.
EOF if any error was detected.
SEE ALSO
fbopen(3G)
AGI Release 1.8 Last change: 25 December 1991