]> git.eshelyaron.com Git - emacs.git/commit
Fix toggle-frame-fullscreen on w32 builds
authorMartin Rudalics <rudalics@gmx.at>
Fri, 11 Sep 2020 20:04:20 +0000 (16:04 -0400)
committerKen Brown <kbrown@cornell.edu>
Sat, 12 Sep 2020 11:32:58 +0000 (07:32 -0400)
commitb9db19b23a12c1c8c2160a0e86d487a71f026e6b
tree58057905d071691d0c70c49899f8c55ea2c03d0b
parent6a9c0b09687bf88eaacf22ba8a7837914298e7f8
Fix toggle-frame-fullscreen on w32 builds

* src/w32term.c (w32_read_socket): Set 'fullscreen' to 'maximized'
if Windows sends SIZE_MAXIMIZED and either the top or the left of
the frame is outside the screen.  (Bug#25542)
src/w32term.c