Mercurial > emacs
changeset 25391:2869085f6edc
(expose_window_tree): Fix typo CANON_Y_UNIT to
CANON_X_UNIT.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 24 Aug 1999 19:25:11 +0000 |
parents | 4404ab9c802b |
children | d193b3ae681f |
files | src/xterm.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xterm.c Tue Aug 24 19:25:06 1999 +0000 +++ b/src/xterm.c Tue Aug 24 19:25:11 1999 +0000 @@ -5128,7 +5128,7 @@ window_rect.x = (window_x - FRAME_X_FLAGS_AREA_WIDTH (f) - - FRAME_LEFT_SCROLL_BAR_WIDTH (f) * CANON_Y_UNIT (f)); + - FRAME_LEFT_SCROLL_BAR_WIDTH (f) * CANON_X_UNIT (f)); window_rect.y = window_y; window_rect.width = (window_width