Rev 3840 | Rev 7676 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3840 | Rev 7614 | ||
---|---|---|---|
Line 22... | Line 22... | ||
22 | * empty if condition has error. */ |
22 | * empty if condition has error. */ |
23 | 23 | ||
24 | /***************** Nothing should need change hereafter *****************/ |
24 | /***************** Nothing should need change hereafter *****************/ |
25 | 25 | ||
26 | #include "../Lib/libwims.h" |
26 | #include "../Lib/libwims.h" |
27 | #include |
27 | #include <gd.h> |
28 | 28 | ||
29 | #define VLEN 1024 |
29 | #define VLEN 1024 |
30 | 30 | ||
31 | int clickx, clicky; |
31 | int clickx, clicky; |
32 | int prec; |
32 | int prec; |