mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-22 13:13:57 +00:00
Fix for older Windows builds
This commit is contained in:
@@ -87,11 +87,26 @@ struct USER_MONITOR
|
||||
{
|
||||
EMULATOR_CAST(uint64_t, HMONITOR) hmon;
|
||||
uint8_t unknown1[0x14];
|
||||
RECT monitorRect;
|
||||
RECT workRect;
|
||||
uint16_t monitorDpi;
|
||||
uint16_t nativeDpi;
|
||||
uint8_t unknown2[0xFF];
|
||||
RECT rcMonitor;
|
||||
RECT rcWork;
|
||||
union
|
||||
{
|
||||
struct
|
||||
{
|
||||
uint16_t monitorDpi;
|
||||
uint16_t nativeDpi;
|
||||
} b26;
|
||||
struct
|
||||
{
|
||||
uint32_t unknown1;
|
||||
uint16_t monitorDpi;
|
||||
uint16_t nativeDpi;
|
||||
uint16_t cachedDpi;
|
||||
uint16_t unknown2;
|
||||
RECT rcMonitorDpiAware;
|
||||
} b20;
|
||||
};
|
||||
uint8_t unknown4[0xFF];
|
||||
};
|
||||
|
||||
struct USER_WINDOW
|
||||
|
||||
Reference in New Issue
Block a user