home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 October: Mac OS SDK / Dev.CD Oct 97 SDK1.toast / Development Kits (Disc 1) / ColorSync SDK / Sample Code / CSDemo 2.1 / ShellSources / gxGlobals.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-06-13  |  564 b   |  28 lines  |  [TEXT/CWIE]

  1.  
  2. #ifndef _GXGLOBALS_
  3. #define _GXGLOBALS_
  4.  
  5.  
  6. #ifndef __GXTYPES__
  7. #include <GXTypes.h>
  8. #endif
  9.  
  10. #ifndef __GXPRINTING__
  11. #include <GXPrinting.h>
  12. #endif
  13.  
  14.  
  15. /**\
  16. |**| ==============================================================================
  17. |**| PUBLIC GLOBALS
  18. |**| ==============================================================================
  19. \**/
  20. extern gxGraphicsClient        gQDGXClient ;
  21. extern Boolean                gQDGX_available ;
  22. extern long                    gQDGXGraphicsHeapSize ;
  23. extern GXPrintingEventUPP    gQDGXPrintingEventUPP ;
  24. extern gxEditMenuRecord        gQDGXEditMenuRec ;
  25.  
  26.  
  27. #endif
  28.