Mercurial > emacs
changeset 25082:ba6bf065b287
(x_create_tip_frame): Don't set bitmapIcon resource.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 27 Jul 1999 00:02:17 +0000 |
parents | 0ce9ccfb0955 |
children | d3b7d7d2bca8 |
files | src/xfns.c |
diffstat | 1 files changed, 2 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xfns.c Tue Jul 27 00:01:46 1999 +0000 +++ b/src/xfns.c Tue Jul 27 00:02:17 1999 +0000 @@ -9582,11 +9582,6 @@ 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 @@ 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. */