SilentPatch/SilentPatch/Desktop.h
Silent 2af4ec8e06
Obtain desktop resolution regardless of DPI scaling
Fixes "Cannot find X video mode" when DPI scaling is in use
2021-07-26 23:55:41 +02:00

6 lines
No EOL
106 B
C++

#pragma once
#include <utility>
#include <cstdint>
std::pair<uint32_t, uint32_t> GetDesktopResolution();