1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2026-01-19 17:03:17 +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

@@ -86,6 +86,7 @@ function monitorinfo()
{
this._user32 = this._gm.CreateNativeProxy('user32.dll');
this._user32.CreateMethod('EnumDisplayMonitors');
this._user32.CreateMethod('MonitorFromWindow');
this._kernel32 = this._gm.CreateNativeProxy('kernel32.dll');
this._kernel32.CreateMethod('GetLastError');