From 78c3981da6ef4df27853f619e7c69e01f435ac77 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 15 Oct 1994 22:19:05 +0000 Subject: [PATCH] (x_display): Changed icon_bitmap_flag to icon_bitmap. --- src/xterm.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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; -- 2.39.5