comparison src/w32term.h @ 78501:1677cf1c2509

Replace `iff' in comments.
author Glenn Morris <rgm@gnu.org>
date Wed, 08 Aug 2007 07:49:21 +0000
parents 922696f363b0
children fc2bcd2a8aad e5a68f18fcb9
comparison
equal deleted inserted replaced
78500:f3583f35fc6a 78501:1677cf1c2509
196 int mouse_face_image_state; 196 int mouse_face_image_state;
197 197
198 char *w32_id_name; 198 char *w32_id_name;
199 199
200 /* The number of fonts actually stored in w32_font_table. 200 /* The number of fonts actually stored in w32_font_table.
201 font_table[n] is used and valid iff 0 <= n < n_fonts. 0 <= 201 font_table[n] is used and valid if 0 <= n < n_fonts. 0 <=
202 n_fonts <= font_table_size. and font_table[i].name != 0. */ 202 n_fonts <= font_table_size. and font_table[i].name != 0. */
203 int n_fonts; 203 int n_fonts;
204 204
205 /* Pointer to bitmap records. */ 205 /* Pointer to bitmap records. */
206 struct w32_bitmap_record *bitmaps; 206 struct w32_bitmap_record *bitmaps;