home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 1 / RISC_DISC_1.iso / pd_share / code / desklib / Libraries / Window / h / WindowDefs < prev   
Encoding:
Text File  |  1993-06-28  |  313 b   |  12 lines

  1. /* Window: WindowDefs.h */
  2.  
  3. extern linklist_header window_listanchor;
  4.  
  5. typedef struct
  6. {
  7.   linklist_header header;
  8.   window_handle   window;
  9.   char            templatename[wimp_MAXNAME+1];      /* Parent template name */
  10.   window_block    *memory;                           /* memory claim         */
  11. } windowrec;
  12.