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:
parent
3ef68e6be2
commit
4934bcddb3
1 changed files with 1 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue