Changeset 25297
- Timestamp:
- Sep 8, 2009, 4:28:30 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090715/Ohana/src/kapa2/include/prototypes.h
r25034 r25297 179 179 void Image_to_Picture PROTO((double *x1, double *y1, double x2, double y2, Picture *picture)); 180 180 void Image_to_Screen PROTO((double *x1, double *y1, double x2, double y2, Picture *picture)); 181 void Picture_Lower PROTO((int *i_start, int *j_start, Matrix *matrix, Picture *picture));182 void Picture_Upper PROTO((int *i_end, int *j_end, Matrix *matrix, Picture *picture));181 void Picture_Lower PROTO((int *i_start, int *j_start, int *I_start, int *J_start, Matrix *matrix, Picture *picture)); 182 void Picture_Upper PROTO((int *i_end, int *j_end, int i_start, int j_start, Matrix *matrix, Picture *picture)); 183 183 184 184 void DragColorbar PROTO((Graphic *graphic, KapaImageWidget *image, XButtonEvent *mouse_event));
Note:
See TracChangeset
for help on using the changeset viewer.
