diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32term.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/w32term.c b/src/w32term.c index a88f3f7afc3..de2ee00c80d 100644 --- a/src/w32term.c +++ b/src/w32term.c | |||
| @@ -4762,9 +4762,7 @@ x_iconify_frame (f) | |||
| 4762 | BLOCK_INPUT; | 4762 | BLOCK_INPUT; |
| 4763 | 4763 | ||
| 4764 | /* Simulate the user minimizing the frame. */ | 4764 | /* Simulate the user minimizing the frame. */ |
| 4765 | PostMessage (FRAME_W32_WINDOW (f), WM_SYSCOMMAND, SC_MINIMIZE, 0); | 4765 | SendMessage (FRAME_W32_WINDOW (f), WM_SYSCOMMAND, SC_MINIMIZE, 0); |
| 4766 | |||
| 4767 | f->async_iconified = 1; | ||
| 4768 | 4766 | ||
| 4769 | UNBLOCK_INPUT; | 4767 | UNBLOCK_INPUT; |
| 4770 | } | 4768 | } |