mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
Fix cppcheck reported issues (#333)
Fixes: https://github.com/microsoft/PowerToys/issues/266
This commit is contained in:
committed by
GitHub
parent
12cd7bb49f
commit
8ac6db8b5a
@@ -7,5 +7,5 @@ private:
|
||||
|
||||
public:
|
||||
static HRESULT GetScreenDPIForWindow(HWND hwnd, UINT & dpi_x, UINT & dpi_y);
|
||||
static void Convert(HMONITOR monitor_handle, int &width, int &high);
|
||||
static void Convert(HMONITOR monitor_handle, int &width, int &height);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user