diff options
Diffstat (limited to 'src/window.c')
| -rw-r--r-- | src/window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c index 3f5a743f5c6..04fea6b9bf6 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -5069,7 +5069,7 @@ and redisplay normally--don't erase and redraw the frame. */) | |||
| 5069 | && (!EQ (Vrecenter_redisplay, Qtty) | 5069 | && (!EQ (Vrecenter_redisplay, Qtty) |
| 5070 | || !NILP (Ftty_type (selected_frame)))) | 5070 | || !NILP (Ftty_type (selected_frame)))) |
| 5071 | { | 5071 | { |
| 5072 | int i; | 5072 | ptrdiff_t i; |
| 5073 | 5073 | ||
| 5074 | /* Invalidate pixel data calculated for all compositions. */ | 5074 | /* Invalidate pixel data calculated for all compositions. */ |
| 5075 | for (i = 0; i < n_compositions; i++) | 5075 | for (i = 0; i < n_compositions; i++) |