Unconditionally set visibility to 1 when restoring frame size (Bug#16967).
* w32term.c (w32_read_socket): In SIZE_RESTORED case unconditionally set visibility of frame to 1.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
||||
@@ -4684,8 +4684,7 @@ w32_read_socket (struct terminal *terminal,
|
||||
{
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user