From 714dc26c775fcbc1686e5050a02203fc794af39a Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 24 Aug 1999 19:25:11 +0000 Subject: [PATCH] (expose_window_tree): Fix typo CANON_Y_UNIT to CANON_X_UNIT. --- src/xterm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xterm.c b/src/xterm.c index d73e57b5ad8..baa017361fb 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -5128,7 +5128,7 @@ expose_window_tree (w, r) 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 -- 2.39.5