fix: handle WCO pressed state when going maximized -> minimized (#35070)

This commit is contained in:
Shelley Vohr 2022-07-26 19:30:15 +02:00 committed by GitHub
parent 182ab9ad76
commit b42fd1ddca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 7 deletions

View file

@ -225,6 +225,7 @@ class NativeWindowViews : public NativeWindow,
#if BUILDFLAG(IS_WIN)
void HandleSizeEvent(WPARAM w_param, LPARAM l_param);
void ResetWindowControls();
void SetForwardMouseMessages(bool forward);
static LRESULT CALLBACK SubclassProc(HWND hwnd,
UINT msg,