home *** CD-ROM | disk | FTP | other *** search
/ QuickTime 2.0 Developer Kit / QuickTime 2.0 Developer Kit.iso / mac / MAC / System Extensions / Macintosh Drag and Drop 1.1.1 / Demo Applications / DragText Sources / Offscreen.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-12-09  |  207 b   |  13 lines  |  [TEXT/KAHL]

  1. /*
  2.  *        Offscreen.h
  3.  */
  4.  
  5.  
  6. typedef struct WindowOffscreen {
  7.     CGrafPtr        windowPort;
  8.     GDHandle        windowDevice;
  9.     GWorldPtr        offscreenWorld;
  10. } WindowOffscreen;
  11.  
  12.  
  13. WindowOffscreen *DrawOffscreen(WindowPtr theWindow);