1234567891011121314151617181920212223 |
- #ifndef GREGION_LOCAL_PROTO_H
- #define GREGION_LOCAL_PROTO_H
- #define PRINT_REG 0x01
- #define PRINT_SH 0x02
- #define PRINT_LL 0x04
- #define PRINT_EXTENT 0x08
- #define PRINT_CENTER 0x10
- #define PRINT_METERS 0x20
- #define PRINT_3D 0x40
- #define PRINT_MBBOX 0x80
- #define PRINT_NANGLE 0x100
- #define PRINT_GMT 0x200
- #define PRINT_WMS 0x400
- /* zoom.c */
- int zoom(struct Cell_head *, const char *, const char *);
- /* printwindow.c */
- void print_window(struct Cell_head *, int, int);
- #endif
|