aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann1999-08-24 19:25:11 +0000
committerGerd Moellmann1999-08-24 19:25:11 +0000
commit714dc26c775fcbc1686e5050a02203fc794af39a (patch)
tree928f54cb222f53a87a56f07039663d7f920f67ad /src
parentba06aba44f276378c44a0e17de6ad62dd4748df6 (diff)
downloademacs-714dc26c775fcbc1686e5050a02203fc794af39a.tar.gz
emacs-714dc26c775fcbc1686e5050a02203fc794af39a.zip
(expose_window_tree): Fix typo CANON_Y_UNIT to
CANON_X_UNIT.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c2
1 files changed, 1 insertions, 1 deletions
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)
5128 window_rect.x 5128 window_rect.x
5129 = (window_x 5129 = (window_x
5130 - FRAME_X_FLAGS_AREA_WIDTH (f) 5130 - FRAME_X_FLAGS_AREA_WIDTH (f)
5131 - FRAME_LEFT_SCROLL_BAR_WIDTH (f) * CANON_Y_UNIT (f)); 5131 - FRAME_LEFT_SCROLL_BAR_WIDTH (f) * CANON_X_UNIT (f));
5132 window_rect.y = window_y; 5132 window_rect.y = window_y;
5133 window_rect.width 5133 window_rect.width
5134 = (window_width 5134 = (window_width