macintiz.h

Go to the documentation of this file.
00001 /************************************************************************
00002 * @doc
00003 * $Workfile: macintize.h $
00004 * Copyright (c) 1995 - 1997 CoreTek, Inc.
00005 * This work is protected by United States and international copyright laws 
00006 * and contains certain trade secret information.  All use of this work is  
00007 * governed by the terms of agreements between CoreTek Corporation and its     
00008 * licensees or potential licensees.  Disclosure or disassembly of the      
00009 * contents of embodied programs or algorithms is prohibited.  
00010 * All rights reserved.
00011 * Description: 
00012 * $Revision: 3 $ $Author: Yury $ $Date: 5/13/97 7:57p $
00013 ************************************************************************/
00014 #ifndef __OS9PALETTE_H
00015 #define __OS9PALETTE_H
00016 
00017 #ifdef _OS9
00018 
00019 # define MAXSYSTEMCOLORS   25    // largest index to use in GetSysColor loop
00020 
00021   // Adjust a LOGPAL so it will work properly on the Macintosh under WPL 
00022   // Don't realize a palette into a screen DC without running it through
00023   // this function first
00024   void XMAC_API Macintize (LPLOGPALETTE lpp);
00025 
00026 #else
00027 # define Macintize(x)
00028 #endif
00029 
00030 #endif

This A:M SDK v12.0 documentation is maintained by Hash Inc. Please address any comments concerning this documentation to AMReports. If you have any information, knowledge, or documentation to share with the A:M developer community, please post them on the Hash SDK forum.

Generated on Thu Oct 27 11:46:44 2005 with doxygen 1.4.5 written by Dimitri van Heesch, © 1997-2001