1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-04-09 15:18:06 -05:00
Simon Tatham d5d5eefa5f Re-fix retention of window border on maximise.
The fix in commit 31ab5b8e3083d66 was incomplete. It works when you
maximise the window by pressing the maximise button in the title bar,
but not when you drag the window to the very top of the screen. In the
latter case, the resize at the instant of maximisation works right,
but then we get a WM_EXITSIZEMOVE when the drag is released,
triggering one final resize which ignored the window border again.

That was because wm_size_resize_term() was being given a flag on
purpose telling it to ignore the border: apparently at some point in
the past, ignoring the border for even a normally maximised
window (not even full-screen) was done on purpose. But for the reasons
in the previous commit, I'm changing that.
2024-11-23 11:17:07 +00:00
..
2021-05-27 09:48:32 +01:00
2022-08-03 20:48:46 +01:00
2024-06-29 12:00:12 +01:00
2022-09-03 11:59:12 +01:00