Mercurial > hg > xemacs-beta
diff src/event-msw.c @ 819:6504113e7c2d
[xemacs-hg @ 2002-04-25 18:03:23 by andyp]
sync up windows branch from 21.4
author | andyp |
---|---|
date | Thu, 25 Apr 2002 18:04:24 +0000 |
parents | a634e3b7acc8 |
children | 6728e641994e |
line wrap: on
line diff
--- a/src/event-msw.c Thu Apr 25 06:09:18 2002 +0000 +++ b/src/event-msw.c Thu Apr 25 18:04:24 2002 +0000 @@ -3042,12 +3042,13 @@ } else { - if (!msframe->sizing && !FRAME_VISIBLE_P (frame)) + if (!msframe->sizing && !FRAME_VISIBLE_P (frame)) { mswindows_enqueue_magic_event (hwnd, XM_MAPFRAME); - /* APA: Now that the magic XM_MAPFRAME event has - * been sent we can mark the frame as visible (just - * like 21.1 did). */ - FRAME_VISIBLE_P (frame) = 1; + /* APA: Now that the magic XM_MAPFRAME event has + * been sent we can mark the frame as visible (just + * like 21.1 did). */ + FRAME_VISIBLE_P (frame) = 1; + } if (!msframe->sizing || mswindows_dynamic_frame_resize) redisplay ();