1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2026-01-07 19:13:20 +00:00

Updated window move algorithm for privacy bar on windows

This commit is contained in:
Bryan Roe
2022-02-09 12:54:42 -08:00
parent a040047e01
commit a626c63ee0
3 changed files with 34 additions and 34 deletions

View File

@@ -51,6 +51,7 @@ function WindowsMessagePump(options)
this._user32.CreateMethod('InvalidateRect')
this._user32.CreateMethod('PostMessageA');
this._user32.CreateMethod('RegisterClassExW');
this._user32.CreateMethod('ReleaseCapture');
this._user32.CreateMethod('SendMessageW');
this._user32.CreateMethod('SetWindowPos');
this._user32.CreateMethod('SetWindowTextW');