Carbon


QDGlobals

Header: Quickdraw.h

struct QDGlobals {
    char privates[76]; 
    SInt32 randSeed; 
    BitMap screenBits; 
    Cursor arrow; 
    Pattern dkGray; 
    Pattern ltGray; 
    Pattern gray; 
    Pattern black; 
    Pattern white; 
    GrafPtr thePort;
};
typedef QDGlobals QDGlobalsPtr;

© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)