diff options
| author | Martin Rudalics | 2014-03-11 08:20:49 +0100 |
|---|---|---|
| committer | Martin Rudalics | 2014-03-11 08:20:49 +0100 |
| commit | 3d8bb58a990a1dc5bcfadd6cdb5c7b6be8214ca9 (patch) | |
| tree | a4c3ea3965432a2a8da170bca7e0cc6e9b6d825f /src | |
| parent | b0b486db04acbbcb923539ab2b427384247875f3 (diff) | |
| download | emacs-3d8bb58a990a1dc5bcfadd6cdb5c7b6be8214ca9.tar.gz emacs-3d8bb58a990a1dc5bcfadd6cdb5c7b6be8214ca9.zip | |
Add comment for 2014-03-10T10:31:13Z!rudalics@gmx.at and 2014-03-10T18:53:39Z!rudalics@gmx.at.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32term.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/w32term.c b/src/w32term.c index b77d01796d7..5c93103f2c5 100644 --- a/src/w32term.c +++ b/src/w32term.c | |||
| @@ -4684,6 +4684,10 @@ w32_read_socket (struct terminal *terminal, | |||
| 4684 | { | 4684 | { |
| 4685 | bool iconified = FRAME_ICONIFIED_P (f); | 4685 | bool iconified = FRAME_ICONIFIED_P (f); |
| 4686 | 4686 | ||
| 4687 | /* The following was made unconditional in a | ||
| 4688 | pathetic attempt to fix bug#16967 in revision | ||
| 4689 | 116716 but, considered counterproductive was made | ||
| 4690 | conditional again in revision 116727. martin */ | ||
| 4687 | if (iconified) | 4691 | if (iconified) |
| 4688 | SET_FRAME_VISIBLE (f, 1); | 4692 | SET_FRAME_VISIBLE (f, 1); |
| 4689 | SET_FRAME_ICONIFIED (f, 0); | 4693 | SET_FRAME_ICONIFIED (f, 0); |