Make (several) trivial substitutions for renamed and
commitf02336ac926275179765d3ecc3b66e0f3149adcd
authorKim F. Storm <storm@cua.dk>
Sat, 24 May 2003 22:10:17 +0000 (24 22:10 +0000)
committerKim F. Storm <storm@cua.dk>
Sat, 24 May 2003 22:10:17 +0000 (24 22:10 +0000)
tree4fa823238c9349afbd5d92ef123e929750edffcc
parent8d11b24020f12e2bd246bea7d5a2dca28b9c1813
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.
(scroll_run): Adapt to new fringe position.
(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.
(handle_one_xevent): Simplify a USE_GTK conditional.
(x_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/xterm.c