]> git.eshelyaron.com Git - emacs.git/commit
(Qcenter): Declare here.
authorKim F. Storm <storm@cua.dk>
Fri, 19 Mar 2004 00:43:16 +0000 (00:43 +0000)
committerKim F. Storm <storm@cua.dk>
Fri, 19 Mar 2004 00:43:16 +0000 (00:43 +0000)
commitda06e4d71b0b5f9522126f180bd4888771995608
tree4adc466f47718637b8bd356b5ccc957d045791ee
parentf46c2affad936c9b31862956f2328e4dd0eb2d1c
(Qcenter): Declare here.
(syms_of_xdisp): intern and staticpro it.
(handle_single_display_prop): Allow space display property on all
platforms.
(display_mode_line): Set mode_line_p before displaying line.
(calc_pixel_width_or_height): Declare extern.  Add separate :align-to
handling.  Remove complex cases for fringes and scroll-bars.
Add left, right, and center alignment positions. Add text (area)
width/height.  Return width or height for image specs.
(produce_stretch_glyph): Improve handling of :align-to.  Is now
relative to left of text area by default, but other base offsets
can be specified -- also for text lines.
src/xdisp.c