mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[host] fixed support for high DPI desktops (4K+)
This commit is contained in:
@@ -40,12 +40,15 @@ public:
|
||||
bool Process();
|
||||
|
||||
private:
|
||||
bool InitPointers();
|
||||
|
||||
static Service * m_instance;
|
||||
|
||||
Service();
|
||||
~Service();
|
||||
|
||||
bool m_initialized;
|
||||
uint8_t * m_memory;
|
||||
IVSHMEM * m_ivshmem;
|
||||
HANDLE m_readyEvent;
|
||||
ICapture * m_capture;
|
||||
|
Reference in New Issue
Block a user