* src/w32fns.c (w32_fullscreen_rect): New function to compute the
authorErik Charlebois <erikcharlebois@gmail.com>
Sun, 14 Apr 2013 00:58:45 +0000 (20:58 -0400)
committerErik Charlebois <erikcharlebois@gmail.com>
Sun, 14 Apr 2013 00:58:45 +0000 (20:58 -0400)
commit1f635a07be94be671832e5e3db052139265f6445
tree82d07ba86a816401a216681447146eabad275be0
parentb60e25d6bc17deb6b553afb2cebe96e79dfadab5
* src/w32fns.c (w32_fullscreen_rect): New function to compute the
window rectangle for the given fullscreen mode.
(w32_wnd_proc): When in a fullscreen mode, WM_WINDOWPOSCHANGING
no longer tunes the window size.  This keeps the window's edges
flush with the screen and allows the taskbar to hide itself in
fullboth.
* src/w32term.c (w32fullscreen_hook): fullboth now shows without
window decorations and uses the entire screen.
src/w32fns.c
src/w32term.c
src/w32term.h