* w32term.c (w32_read_socket): In SIZE_RESTORED case
unconditionally set visibility of frame to 1.
+2014-03-10 Martin Rudalics <rudalics@gmx.at>
+
+ * w32term.c (w32_read_socket): In SIZE_RESTORED case
+ unconditionally set visibility of frame to 1.
+
2014-03-09 Martin Rudalics <rudalics@gmx.at>
* xdisp.c (Fwindow_text_pixel_size): Adjust doc-string.
{
bool iconified = FRAME_ICONIFIED_P (f);
- if (iconified)
- SET_FRAME_VISIBLE (f, 1);
+ SET_FRAME_VISIBLE (f, 1);
SET_FRAME_ICONIFIED (f, 0);
/* wait_reading_process_output will notice this