Marko19907 / OLEDShift

A small system tray utility that moves around the windows on the screen to prevent burn-in
BSD 3-Clause "New" or "Revised" License
20 stars 1 forks source link

Consider revising mover logic with different win32 API #15

Open Marko19907 opened 1 year ago

Marko19907 commented 1 year ago

Try to use these instead of SetWindowPos to see if the perfomance is any better

https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-begindeferwindowpos https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-deferwindowpos https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-enddeferwindowpos