making GetDPIScaleFactor virtual, adding macOS direct impl
This commit is contained in:
committed by
Vadim Zeitlin
parent
8bad3b5e80
commit
7dc67a1f9f
@@ -121,6 +121,7 @@ public:
|
||||
#endif // wxUSE_HOTKEY
|
||||
|
||||
virtual wxSize GetDPI() const wxOVERRIDE;
|
||||
virtual double GetDPIScaleFactor() const wxOVERRIDE;
|
||||
|
||||
#if wxUSE_DRAG_AND_DROP
|
||||
virtual void SetDropTarget( wxDropTarget *dropTarget ) wxOVERRIDE;
|
||||
|
Reference in New Issue
Block a user