aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
authorJoakim Verona2011-08-27 19:45:48 +0200
committerJoakim Verona2011-08-27 19:45:48 +0200
commit9fb7b0cab34a48a4c7b66abb6b8edc4ee20467b4 (patch)
treee94476d49f15747fcb9409d773702e88201855a4 /src/window.c
parentc7489583c30031c0ecfae9d20b20c149ca1935e9 (diff)
parentb75258b32810f3690442bddef2e10eef126d2d25 (diff)
downloademacs-9fb7b0cab34a48a4c7b66abb6b8edc4ee20467b4.tar.gz
emacs-9fb7b0cab34a48a4c7b66abb6b8edc4ee20467b4.zip
upstream
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c2
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++)