changeset 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 3cf8aa53c4cf
children 0773b7048206
files src/xterm.h
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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;