Fix bug #14841 with invisible frames on MS-Windows.
authorEli Zaretskii <eliz@gnu.org>
Fri, 26 Jul 2013 09:59:59 +0000 (12:59 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 26 Jul 2013 09:59:59 +0000 (12:59 +0300)
commita8f93651727e5497cb8c0b992da0030f698afff4
tree823b21ee17c0ae49f26bc6f92ce5ad6f5a931b4e
parent59070b327cdccefe52338abcdb7e3ec957fafef3
Fix bug #14841 with invisible frames on MS-Windows.

 src/w32term.c (w32_read_socket) <WM_EMACS_PAINT>: Warn about frame
 being re-exposed only if it didn't ask to become visible.
 <WM_SIZE>: Under SIZE_RESTORED, only set the frame visible if it
 was previously iconified.
 (x_iconify_frame): Mark the frame iconified.
src/ChangeLog
src/w32term.c