Native window decorations (Windows 10/11 only): fixed rendering artifacts on HiDPI screens when dragging window partly offscreen and back into screen bounds (issue #477)

This commit is contained in:
Karl Tauber
2022-02-18 22:24:36 +01:00
parent 4174b065f3
commit 2e222bcdea
4 changed files with 54 additions and 0 deletions

View File

@@ -43,6 +43,8 @@ private:
WNDPROC defaultWndProc;
int wmSizeWParam;
HBRUSH background;
bool isMovingOrSizing;
bool isMoving;
FlatWndProc();
static void initIDs( JNIEnv *env, jobject obj );