home *** CD-ROM | disk | FTP | other *** search
- /* Include file for application prg, with build structure */
-
- /* Field structure */
-
- struct apps_field_struc
- {
- short tag_img_width;
- short wid_byt_len;
- short img_wid_val;
- short tag_img_length;
- short image_len;
- short img_len_val;
-
- /* 9/11 for compression */
- short tag_compress;
- short comp_byt_len;
- short comp_val;
-
- short tag_photo;
- short photo_byt_len;
- short photo_val;
- /* short tag_rwprstrp;
- short rwstrp_len;
- long rwstrp_val; */
- short tag_xresol;
- short xresol_len;
- long x_resol_num;
- long x_resol_den;
- short tag_yresol;
- short yresol_len;
- long y_resol_num;
- long y_resol_den;
- short tag_planar;
- short planar_len;
- short planar_val;
- } app_fields;
-
-
- /* menu structure */
-
- struct user_interface
- {
- int vertical_length;
- } menu_user;
-