diff --git a/src/w32term.c b/src/w32term.c index 14bc52c..a83540b 100644 --- a/src/w32term.c +++ b/src/w32term.c @@ -6451,7 +6451,7 @@ struct xim_inst_t determine the appropriate flag to pass to ShowWindow. */ my_show_window (f, FRAME_W32_WINDOW (f), f->mini_frame ? SW_SHOWNOACTIVATE - : FRAME_ICONIFIED_P (f) ? SW_RESTORE + : FRAME_ICONIFIED_P (f) ? SW_SHOWMINNOACTIVE : SW_SHOWNORMAL); } @@ -6515,7 +6515,7 @@ struct xim_inst_t FRAME_SAMPLE_VISIBILITY set this. So do it by hand, and synchronize with the server to make sure we agree. */ SET_FRAME_VISIBLE (f, 0); - SET_FRAME_ICONIFIED (f, false); +/** SET_FRAME_ICONIFIED (f, false); **/ unblock_input (); }