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.
Global.h
/*********************************************************************** |
# |
# Global.h |
# |
# This file contains the global definitions |
# |
# Author: Michael Marinkovich |
# Apple Developer Technical Support |
# |
# |
# Modification History: |
# |
# 6/4/95 MWM Initial coding |
# |
# |
# Copyright © 1992-94 Apple Computer, Inc., All Rights Reserved |
# |
# |
***********************************************************************/ |
#include <Drag.h> |
Boolean gHasDMTwo; // is DM 2.0 available? |
Boolean gInBackground = false; // are we in the background? |
Boolean gDone = false; // app is done flag |
Boolean gHasDrag; // we have Drag Manager? |
Boolean gHasAbout; // do we have an about box showing? |
short gWindCount; // window counter for new windows |
Copyright © 2003 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2003-10-14