home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-11-08 | 1.2 KB | 39 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: FWMacOS.h
- // Release Version: $ 1.0d11 $
- //
- // Copyright: © 1995 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifndef FWMACOS_H
- #define FWMACOS_H
-
- #ifdef FW_BUILD_MAC
-
- #if FW_LIB_EXPORT_PRAGMAS
- #pragma lib_export on
- #endif
-
- //========================================================================================
- // Forward Declarations
- //========================================================================================
-
- struct FW_CLASS_ATTR FW_CRect;
-
- //========================================================================================
- // Global Mac Utility Functions
- //========================================================================================
-
- FW_Boolean FW_MacBuildWindowRegions(WindowPtr windowPtr, FW_Boolean build);
- GDHandle FW_MacGetMaxIntersectedDevice(WindowPtr windowPtr, FW_CRect& screenRect);
- void FW_MacZoomWindow(WindowPtr windowPtr, FW_Boolean zoomIn);
-
- #if FW_LIB_EXPORT_PRAGMAS
- #pragma lib_export off
- #endif
-
- #endif
-
- #endif