# HG changeset patch # User Richard M. Stallman # Date 782259545 0 # Node ID 1f8c357797a2f54bf0fc12d5cdbe909126a708a0 # Parent 3cf8aa53c4cfae1e31c142817ee46db85a268dbd (x_display): Changed icon_bitmap_flag to icon_bitmap. diff -r 3cf8aa53c4cf -r 1f8c357797a2 src/xterm.h --- a/src/xterm.h Sat Oct 15 22:17:15 1994 +0000 +++ b/src/xterm.h Sat Oct 15 22:19:05 1994 +0000 @@ -329,8 +329,9 @@ Widget menubar_widget; #endif - /* 1 for bitmap icon, 0 for text icon. */ - int icon_bitmap_flag; + /* If >=0, a bitmap index. The indicated bitmap is used for the + icon. */ + int icon_bitmap; FONT_TYPE *font;