From: Gerd Moellmann Date: Tue, 24 Aug 1999 19:25:11 +0000 (+0000) Subject: (expose_window_tree): Fix typo CANON_Y_UNIT to X-Git-Tag: emacs-pretest-21.0.90~7050 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=714dc26c775fcbc1686e5050a02203fc794af39a;p=emacs.git (expose_window_tree): Fix typo CANON_Y_UNIT to CANON_X_UNIT. --- 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