Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5bd3b1b2
Commit
5bd3b1b2
authored
Mar 22, 2006
by
Kim F. Storm
Browse files
* xdisp.c: Undo 2006-03-21 change.
parent
ea049c5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
src/xdisp.c
src/xdisp.c
+5
-5
No files found.
src/xdisp.c
View file @
5bd3b1b2
...
@@ -19383,7 +19383,7 @@ draw_glyphs (w, x, row, area, start, end, hl, overlaps)
...
@@ -19383,7 +19383,7 @@ draw_glyphs (w, x, row, area, start, end, hl, overlaps)
Called from x_produce_glyphs when IT->glyph_row is non-null. */
Called from x_produce_glyphs when IT->glyph_row is non-null. */
static INLINE void
static INLINE void
store_next
_glyph (it)
append
_glyph (it)
struct it *it;
struct it *it;
{
{
struct glyph *glyph;
struct glyph *glyph;
...
@@ -19707,7 +19707,7 @@ append_stretch_glyph (it, object, width, height, ascent)
...
@@ -19707,7 +19707,7 @@ append_stretch_glyph (it, object, width, height, ascent)
ASCENT must be in the range 0 <= ASCENT <= 100. */
ASCENT must be in the range 0 <= ASCENT <= 100. */
static void
static void
generat
e_stretch_glyph (it)
produc
e_stretch_glyph (it)
struct it *it;
struct it *it;
{
{
/* (space :width WIDTH :height HEIGHT ...) */
/* (space :width WIDTH :height HEIGHT ...) */
...
@@ -20133,7 +20133,7 @@ x_produce_glyphs (it)
...
@@ -20133,7 +20133,7 @@ x_produce_glyphs (it)
it->ascent + it->descent, ascent);
it->ascent + it->descent, ascent);
}
}
else
else
store_next
_glyph (it);
append
_glyph (it);
/* If characters with lbearing or rbearing are displayed
/* If characters with lbearing or rbearing are displayed
in this line, record that fact in a flag of the
in this line, record that fact in a flag of the
...
@@ -20315,7 +20315,7 @@ x_produce_glyphs (it)
...
@@ -20315,7 +20315,7 @@ x_produce_glyphs (it)
take_vertical_position_into_account (it);
take_vertical_position_into_account (it);
if (it->glyph_row)
if (it->glyph_row)
store_next
_glyph (it);
append
_glyph (it);
}
}
it->multibyte_p = saved_multibyte_p;
it->multibyte_p = saved_multibyte_p;
}
}
...
@@ -20595,7 +20595,7 @@ x_produce_glyphs (it)
...
@@ -20595,7 +20595,7 @@ x_produce_glyphs (it)
else if (it->what == IT_IMAGE)
else if (it->what == IT_IMAGE)
produce_image_glyph (it);
produce_image_glyph (it);
else if (it->what == IT_STRETCH)
else if (it->what == IT_STRETCH)
generat
e_stretch_glyph (it);
produc
e_stretch_glyph (it);
/* Accumulate dimensions. Note: can't assume that it->descent > 0
/* Accumulate dimensions. Note: can't assume that it->descent > 0
because this isn't true for images with `:ascent 100'. */
because this isn't true for images with `:ascent 100'. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment