Mercurial > hg > xemacs-beta
diff src/frame.c @ 450:98528da0b7fc r21-2-40
Import from CVS: tag r21-2-40
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:39:20 +0200 |
parents | 576fb035e263 |
children | 223736d75acb |
line wrap: on
line diff
--- a/src/frame.c Mon Aug 13 11:38:26 2007 +0200 +++ b/src/frame.c Mon Aug 13 11:39:20 2007 +0200 @@ -3007,9 +3007,15 @@ So deal. */ check_frame_size (f, &newheight, &newwidth); + /* Unconditionally mark that the frame has changed size. This is + because many things need to know after the + fact. f->size_change_pending will get reset below. The most that + can happen is that we will cycle through redisplay once more + --andy. */ + MARK_FRAME_SIZE_CHANGED (f); + if (delay || in_display || gc_in_progress) { - MARK_FRAME_SIZE_CHANGED (f); f->new_width = newwidth; f->new_height = newheight; return;