comparison src/xterm.h @ 9544:1f8c357797a2

(x_display): Changed icon_bitmap_flag to icon_bitmap.
author Richard M. Stallman <rms@gnu.org>
date Sat, 15 Oct 1994 22:19:05 +0000
parents df555d80f093
children b0cf6d689f7a
comparison
equal deleted inserted replaced
9543:3cf8aa53c4cf 9544:1f8c357797a2
327 Widget edit_widget; 327 Widget edit_widget;
328 328
329 Widget menubar_widget; 329 Widget menubar_widget;
330 #endif 330 #endif
331 331
332 /* 1 for bitmap icon, 0 for text icon. */ 332 /* If >=0, a bitmap index. The indicated bitmap is used for the
333 int icon_bitmap_flag; 333 icon. */
334 int icon_bitmap;
334 335
335 FONT_TYPE *font; 336 FONT_TYPE *font;
336 337
337 /* Pixel values used for various purposes. 338 /* Pixel values used for various purposes.
338 border_pixel may be -1 meaning use a gray tile. */ 339 border_pixel may be -1 meaning use a gray tile. */