From d7bf0342f296f664b1da30f738af382d4785946a Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 27 Jul 1999 00:02:17 +0000 Subject: [PATCH] (x_create_tip_frame): Don't set bitmapIcon resource. --- src/xfns.c | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/src/xfns.c b/src/xfns.c index 385724fcf84..7b3f7f20535 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -9582,11 +9582,6 @@ x_create_tip_frame (dpyinfo, parms) x_make_gc (f); - /* We need to do this after creating the X window, so that the - icon-creation functions can say whose icon they're describing. */ - x_default_parameter (f, parms, Qicon_type, Qnil, - "bitmapIcon", "BitmapIcon", RES_TYPE_SYMBOL); - x_default_parameter (f, parms, Qauto_raise, Qnil, "autoRaise", "AutoRaiseLower", RES_TYPE_BOOLEAN); x_default_parameter (f, parms, Qauto_lower, Qnil, @@ -9710,9 +9705,8 @@ TIMEOUT nil means use the default timeout of 5 seconds.") if (!row->enabled_p || !row->displays_text_p) break; - /* Let the row go over the full width of the frame, not - including internal borders. */ - row->full_width_p = row->internal_border_p = 1; + /* Let the row go over the full width of the frame. */ + row->full_width_p = 1; /* There's a glyph at the end of rows that is use to place the cursor there. Don't include the width of this glyph. */ -- 2.39.5