diff options
Diffstat (limited to 'app/win_util.h')
-rw-r--r-- | app/win_util.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/app/win_util.h b/app/win_util.h index 30bfd83..2aecea5 100644 --- a/app/win_util.h +++ b/app/win_util.h @@ -216,13 +216,6 @@ extern const int kAutoHideTaskbarThicknessPx; // do not group together on the Win7 task bar. void SetAppIdForWindow(const std::wstring& app_id, HWND hwnd); -// Calls SetProcessDPIAware() to declare this application is DPI-aware and to -// disable the DPI virtualization of Windows. Unfortunately, calling this -// function after creating a window confuses some APIs, i.e. some APIs still -// have the DPI virtualization enabled after calling SetProcessDPIAware(). -// Therefore, we need to call this function before creating the first window. -void CallSetProcessDPIAware(); - } // namespace win_util #endif // APP_WIN_UTIL_H_ |