home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_09_05 / 9n05039c < prev    next >
Text File  |  1990-11-11  |  277b  |  14 lines

  1.  
  2.     typedef struct
  3.         {
  4.         int            type;   /* Expose */
  5.         unsigned long    serial;
  6.         Bool            send_event;
  7.         Display        *display;
  8.         Window        window;
  9.         int            x, y;        /* location of exposed area */
  10.         int            width, height;    /* size of exposed area */
  11.         int            count;
  12.         } XExposeEvent;
  13.  
  14.