mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
1.1 KiB
37 lines
1.1 KiB
/* WARNING: This file was machine generated from "\mactools\include\mpw\grstatel.mpw".
|
|
** Changes to this file will be lost when it is next generated.
|
|
*/
|
|
|
|
/* graphics libraries:
|
|
graphics state routines
|
|
by Cary Clark, Georgiann Delaney, Michael Fairman, Dave Good, Robert Johnson, Keith McGreggor, Oliver Steele, David Van Brink, Chris Yerga
|
|
Copyright 1987 - 1991 Apple Computer, Inc. All rights reserved. */
|
|
|
|
#ifndef graphicsStateLibraryIncludes
|
|
#define graphicsStateLibraryIncludes
|
|
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
#ifndef graphicsTypesIncludes
|
|
#include "grtypes.h"
|
|
#endif
|
|
|
|
typedef struct graphicsStateRecord {
|
|
shape defaultShapes[pictureType - 1];
|
|
} graphicsStateRecord, *graphicsState;
|
|
|
|
extern graphicsState lastGraphicsState;
|
|
|
|
__sysapi graphicsState __cdecl NewGraphicsState(void);
|
|
__sysapi void __cdecl DisposeGraphicsState(graphicsState);
|
|
__sysapi void __cdecl GetGraphicsState(graphicsState);
|
|
__sysapi void __cdecl SetGraphicsState(graphicsState);
|
|
__sysapi graphicsState __cdecl SwapGraphicsState(graphicsState);
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|