diff 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
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;