]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_display): Changed icon_bitmap_flag to icon_bitmap.
authorRichard M. Stallman <rms@gnu.org>
Sat, 15 Oct 1994 22:19:05 +0000 (22:19 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 15 Oct 1994 22:19:05 +0000 (22:19 +0000)
src/xterm.h

index 254a4224c3b3abdfbe536c087b6e5a8ddad70e34..4fa26aeed684376fe40e0656b3d168fa14fc5be3 100644 (file)
@@ -329,8 +329,9 @@ struct x_display
   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;