|
|
1.1 root 1: extern WR_IMAGE, WR_CMD, WR_RLE, RD_CMD, RD_IMAGE;
2: #define TOGGLE (8<<1)
3:
4: #ifdef DEFINING
5: int WR_IMAGE =(1<<1);
6: int WR_CMD =(4<<1);
7: int WR_RLE =(5<<1);
8: int RD_CMD =(6<<1);
9: int RD_IMAGE =(7<<1);
10: #endif
11:
12: #define CVSETDMA (('c'<<8)|1)
13:
14: typedef struct Point{
15: int x, y;
16: }Point;
17: typedef struct Rectangle{
18: Point origin, corner;
19: }Rectangle;
20: #define Pt(x, y) (x), (y)
21: #define Rect(a, b, c, d) (a), (b), (c), (d)
22: #define Rpt(a, b) (a), (b)
23:
24: extern int cv;
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.