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:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user