aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann1999-07-27 00:02:17 +0000
committerGerd Moellmann1999-07-27 00:02:17 +0000
commitd7bf0342f296f664b1da30f738af382d4785946a (patch)
treef328da4bee1ea3c1bb7112753916482dcec23d66 /src
parent2891cf7aaa0ea762c2d9e460fce2f39d2ac391a0 (diff)
downloademacs-d7bf0342f296f664b1da30f738af382d4785946a.tar.gz
emacs-d7bf0342f296f664b1da30f738af382d4785946a.zip
(x_create_tip_frame): Don't set bitmapIcon resource.
Diffstat (limited to 'src')
-rw-r--r--src/xfns.c10
1 files 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)
9582 9582
9583 x_make_gc (f); 9583 x_make_gc (f);
9584 9584
9585 /* We need to do this after creating the X window, so that the
9586 icon-creation functions can say whose icon they're describing. */
9587 x_default_parameter (f, parms, Qicon_type, Qnil,
9588 "bitmapIcon", "BitmapIcon", RES_TYPE_SYMBOL);
9589
9590 x_default_parameter (f, parms, Qauto_raise, Qnil, 9585 x_default_parameter (f, parms, Qauto_raise, Qnil,
9591 "autoRaise", "AutoRaiseLower", RES_TYPE_BOOLEAN); 9586 "autoRaise", "AutoRaiseLower", RES_TYPE_BOOLEAN);
9592 x_default_parameter (f, parms, Qauto_lower, Qnil, 9587 x_default_parameter (f, parms, Qauto_lower, Qnil,
@@ -9710,9 +9705,8 @@ TIMEOUT nil means use the default timeout of 5 seconds.")
9710 if (!row->enabled_p || !row->displays_text_p) 9705 if (!row->enabled_p || !row->displays_text_p)
9711 break; 9706 break;
9712 9707
9713 /* Let the row go over the full width of the frame, not 9708 /* Let the row go over the full width of the frame. */
9714 including internal borders. */ 9709 row->full_width_p = 1;
9715 row->full_width_p = row->internal_border_p = 1;
9716 9710
9717 /* There's a glyph at the end of rows that is use to place 9711 /* There's a glyph at the end of rows that is use to place
9718 the cursor there. Don't include the width of this glyph. */ 9712 the cursor there. Don't include the width of this glyph. */