--- psiconv/trunk/lib/psiconv/data.h 1999/10/29 21:14:58 24 +++ psiconv/trunk/lib/psiconv/data.h 1999/11/01 12:35:16 27 @@ -293,6 +293,7 @@ psiconv_u8 hotkey; psiconv_string_t name; psiconv_bool_t built_in; + outline_level; } *psiconv_word_style; typedef psiconv_list psiconv_word_style_list; /* Of style */ @@ -322,6 +323,8 @@ typedef struct psiconv_paint_data_section { psiconv_u32 xsize; psiconv_u32 ysize; + psiconv_length_t pic_xsize; /* 0 if not specified */ + psiconv_length_t pic_ysize; /* 0 if not specified */ float *red; float *green; float *blue;