mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-11 09:58:10 +00:00
[idd] helper/config: implement window positioning, fonts, and high DPI support
This commit is contained in:
@@ -14,5 +14,5 @@ public:
|
||||
void destroy();
|
||||
|
||||
HWND hwnd() { return m_hwnd; }
|
||||
operator HWND() { return m_hwnd; }
|
||||
operator HWND() const { return m_hwnd; }
|
||||
};
|
||||
|
Reference in New Issue
Block a user