XREPBUFSIZE X
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;