mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-30 09:00:31 -08:00
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:
parent
6f0f96e756
commit
d988d8a475
2 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue