1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-30 23:23:32 +00:00

Updated close appearance of windows privacy bar

This commit is contained in:
Bryan Roe
2022-02-10 15:21:06 -08:00
parent 96d940eb0b
commit c6ce7c1293
4 changed files with 11 additions and 5 deletions

View File

@@ -50,6 +50,7 @@ function WindowsMessagePump(options)
this._user32.CreateMethod('GetMessageW');
this._user32.CreateMethod('InvalidateRect');
this._user32.CreateMethod('LoadCursorA');
this._user32.CreateMethod('MonitorFromWindow');
this._user32.CreateMethod('PostMessageA');
this._user32.CreateMethod('RegisterClassExW');
this._user32.CreateMethod('ReleaseCapture');