From: Richard M. Stallman Date: Sat, 15 Oct 1994 22:19:05 +0000 (+0000) Subject: (x_display): Changed icon_bitmap_flag to icon_bitmap. X-Git-Tag: emacs-19.34~6310 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=78c3981da6ef4df27853f619e7c69e01f435ac77;p=emacs.git (x_display): Changed icon_bitmap_flag to icon_bitmap. --- diff --git a/src/xterm.h b/src/xterm.h index 254a4224c3b..4fa26aeed68 100644 --- a/src/xterm.h +++ b/src/xterm.h @@ -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;