Make (several) trivial substitutions for renamed and
authorKim F. Storm <storm@cua.dk>
Sat, 24 May 2003 22:06:19 +0000 (22:06 +0000)
committerKim F. Storm <storm@cua.dk>
Sat, 24 May 2003 22:06:19 +0000 (22:06 +0000)
commit62e50ec61732d350ecd55cf179e49fa4d87fcd39
tree06fe0a849404b2e70ea3dab95dea9e25da2465c5
parent498eff1d31b2e6bb5f1c71e96c5a77fed92f1c93
Make (several) trivial substitutions for renamed and
new macros in dispextern.h, frame.h and window.h.
(x_draw_glyph_string_box): Adapt to per-window fringes and
scroll-bars.
(glyph_rect): Use window coordinates returned from
window_from_coordinates rather than frame_to_window_pixel_xy.
(XTset_vertical_scroll_bar): Adapt to per-window fringes and
scroll-bars.
(w32_clip_to_row): Remove superfluous whole_line_p arg and code
(fringes are now inside margins, i.e. always in the clipping area).
All callers changed.
(x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
directly, then call compute_fringe_widths.  Don't call
frame_update_line_height.
src/w32term.c