1: #include <X/Xlib.h>
   2: 
   3: #define XREPBUFSIZE 64
   4: 
   5: typedef struct
   6:   {
   7:     int rindex;
   8:     int windex;
   9:     int mindex;
  10:     XEvent xrep[XREPBUFSIZE];
  11:   }
  12: XREPBUFFER;
  13: 
  14: extern int x_edges_specified;

Defined macros

XREPBUFSIZE defined in line 3; used 4 times

Usage of this include

Last modified: 1986-02-04
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 600
Valid CSS Valid XHTML 1.0 Strict