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 c7a4e1872fc..c8266696b2d 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -5074,7 +5074,7 @@ and redisplay normally--don't erase and redraw the frame. */) | |||
| 5074 | && (!EQ (Vrecenter_redisplay, Qtty) | 5074 | && (!EQ (Vrecenter_redisplay, Qtty) |
| 5075 | || !NILP (Ftty_type (selected_frame)))) | 5075 | || !NILP (Ftty_type (selected_frame)))) |
| 5076 | { | 5076 | { |
| 5077 | int i; | 5077 | ptrdiff_t i; |
| 5078 | 5078 | ||
| 5079 | /* Invalidate pixel data calculated for all compositions. */ | 5079 | /* Invalidate pixel data calculated for all compositions. */ |
| 5080 | for (i = 0; i < n_compositions; i++) | 5080 | for (i = 0; i < n_compositions; i++) |