1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 04:30:45 -08:00

(x_iconify_frame): Wait for frame to be iconified; do

not set async_iconified flag though.
This commit is contained in:
Andrew Innes 1998-12-28 19:43:05 +00:00
parent 3ef68e6be2
commit 4934bcddb3

View file

@ -4762,9 +4762,7 @@ x_iconify_frame (f)
BLOCK_INPUT;
/* Simulate the user minimizing the frame. */
PostMessage (FRAME_W32_WINDOW (f), WM_SYSCOMMAND, SC_MINIMIZE, 0);
f->async_iconified = 1;
SendMessage (FRAME_W32_WINDOW (f), WM_SYSCOMMAND, SC_MINIMIZE, 0);
UNBLOCK_INPUT;
}