Source/OffscreenUtils.h

/*--------------------------------------------------------------------------------------
//
//  File:       OffscreenUtils.h
//
//  Contents:   Header declarations for procedures for the creation, manipulation, and disposal of 
//              offscreen bit structures
//
//  By Georgiann ("George") Delaney
//  ©Ê1989 - 1990, Apple Computer, Inc.
//
//--------------------------------------------------------------------------------------*/
 
 
 
Boolean  CreateOSBitmap     (GrafPtr *theOSBitmap, Rect *bounds);
void     DisposeOSBitmap    (GrafPtr theOSBitmap);