]> git.eshelyaron.com Git - emacs.git/commit
Fix bug #16517 with display change on MS-Windows while in full-screen mode.
authorFabrice Popineau <fabrice.popineau@gmail.com>
Sat, 25 Jan 2014 13:04:48 +0000 (15:04 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 25 Jan 2014 13:04:48 +0000 (15:04 +0200)
commit83682f3e4d196c68ed1d053f9eeab767d61b6d4f
treee057fb93abd5a04555942d5825cffe3cb95c5dc1
parente96f7bf11ebeef086c48776ecfe8c41a1c0db7c4
Fix bug #16517 with display change on MS-Windows while in full-screen mode.

 src/w32term.c (w32_read_socket): When the WM_DISPLAYCHANGE message
 arrives, call x_check_fullscreen, in case the new display has a
 different resolution.
src/ChangeLog
src/w32term.c