Mercurial > hg > xemacs-beta
comparison src/redisplay.c @ 588:ed8e2ee8d29d
[xemacs-hg @ 2001-05-31 00:30:39 by kkm]
My 2 patches of 05/24/01
author | kkm |
---|---|
date | Thu, 31 May 2001 00:30:41 +0000 |
parents | 183866b06e0b |
children | 1c880911c386 |
comparison
equal
deleted
inserted
replaced
587:28e2f03164f1 | 588:ed8e2ee8d29d |
---|---|
6471 | 6471 |
6472 if (FRAME_REPAINT_P (f)) | 6472 if (FRAME_REPAINT_P (f)) |
6473 { | 6473 { |
6474 if (CLASS_REDISPLAY_FLAGS_CHANGEDP(f)) | 6474 if (CLASS_REDISPLAY_FLAGS_CHANGEDP(f)) |
6475 { | 6475 { |
6476 int preempted = redisplay_frame (f, 0); | 6476 int preempted = redisplay_frame (f, 1); |
6477 if (preempted) | 6477 if (preempted) |
6478 return 1; | 6478 return 1; |
6479 } | 6479 } |
6480 | 6480 |
6481 /* If the frame redisplay did not get preempted, then this flag | 6481 /* If the frame redisplay did not get preempted, then this flag |
6500 | 6500 |
6501 if (FRAME_REPAINT_P (f)) | 6501 if (FRAME_REPAINT_P (f)) |
6502 { | 6502 { |
6503 if (CLASS_REDISPLAY_FLAGS_CHANGEDP (f)) | 6503 if (CLASS_REDISPLAY_FLAGS_CHANGEDP (f)) |
6504 { | 6504 { |
6505 int preempted = redisplay_frame (f, 0); | 6505 int preempted = redisplay_frame (f, 1); |
6506 if (preempted) | 6506 if (preempted) |
6507 return 1; | 6507 return 1; |
6508 } | 6508 } |
6509 | 6509 |
6510 if (f->size_change_pending) | 6510 if (f->size_change_pending) |