mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 23:00:42 +00:00
Lots of stuff
This commit is contained in:
37
GpApp/Environ.h
Normal file
37
GpApp/Environ.h
Normal file
@@ -0,0 +1,37 @@
|
||||
//============================================================================
|
||||
//----------------------------------------------------------------------------
|
||||
// Environ.h
|
||||
//----------------------------------------------------------------------------
|
||||
//============================================================================
|
||||
|
||||
|
||||
#include "PLQuickdraw.h"
|
||||
|
||||
|
||||
typedef struct
|
||||
{
|
||||
Rect screen, gray;
|
||||
long dirID;
|
||||
short wasDepth, isDepth;
|
||||
short thisResFile;
|
||||
short numScreens;
|
||||
short vRefNum;
|
||||
Boolean can1Bit;
|
||||
Boolean can4Bit;
|
||||
Boolean can8Bit;
|
||||
Boolean wasColorOrGray;
|
||||
Boolean hasWNE;
|
||||
Boolean hasSystem7;
|
||||
Boolean hasColor;
|
||||
Boolean hasGestalt;
|
||||
Boolean canSwitch;
|
||||
Boolean canColor;
|
||||
Boolean hasSM3;
|
||||
Boolean hasQT;
|
||||
Boolean hasDrag;
|
||||
} macEnviron;
|
||||
|
||||
|
||||
extern macEnviron thisMac;
|
||||
|
||||
|
Reference in New Issue
Block a user