diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 2 |
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 |