Retired Document
Important: This sample code may not represent best practices for current development. The project may use deprecated symbols and illustrate technologies and techniques that are no longer recommended.
macx_utilities.h
/* Copyright (c) Dietmar Planitzer, 1998 */ |
/* This program is freely distributable without licensing fees |
and is provided without guarantee or warrantee expressed or |
implied. This program is -not- in the public domain. */ |
#ifndef APIENTRY |
#define APIENTRY |
#endif |
void *__glutGetGLProcAddress(const char *name); |
char * __glutStrdup(const char *string); |
void __glutWarning(char *format,...); |
void __glutFatalError(char *format,...); |
void __glutFatalUsage(char *format,...); |
// uses static library routines to make this app foreground capable and set to front |
void __glutSetForeground(void); |
Copyright © 2008 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2008-02-08