electron/shell
CezaryKulakowski 68d3659f75
fix: update Windows' cache after changing window's style (#31021)
To enable/disable window resizing we set/unset WS_THICKFRAME style
flag on the window. Window's frame styles are cached so we need to
call SetWindowPos with the SWP_FRAMECHANGED flag set to update
cache properly.
2021-09-23 16:33:41 +09:00
..
app refactor: Convert ProcessSingleton changes to patch (#30594) 2021-09-03 14:16:33 -07:00
browser fix: update Windows' cache after changing window's style (#31021) 2021-09-23 16:33:41 +09:00
common feat: add frame to context-menu event params (#30831) 2021-09-22 08:52:49 +09:00
renderer feat: serialize NativeImage over ipc (#30729) 2021-09-07 10:37:45 -07:00
utility chore: clean up forward declarations (#29904) 2021-07-02 09:51:37 +09:00