stefansundin / altdrag

:file_folder: Easily drag windows when pressing the alt key. (Windows)
https://stefansundin.github.io/altdrag/
GNU General Public License v3.0
1.42k stars 94 forks source link

Ramon unch Cursor Improvement #140

Open RamonUnch opened 3 years ago

RamonUnch commented 3 years ago

Use the WS_EX_TRANSPARENT attribute instead of WS_EX_LAYERED for the g_hwnd/cursorwnd It is much more fast when you have no desktop composition. There are no longer any performances hit! The size of the cursor window was also increased to avoid the pointer from blinking between different cursors when moving or resizing fast.