Implement wxWindow::GetDPI() on macOS and iOS
This commit is contained in:
committed by
Vadim Zeitlin
parent
fa58dc2c45
commit
668f0e7c54
@@ -120,6 +120,8 @@ public:
|
||||
virtual bool UnregisterHotKey(int hotkeyId) wxOVERRIDE;
|
||||
#endif // wxUSE_HOTKEY
|
||||
|
||||
virtual wxSize GetDPI() const wxOVERRIDE;
|
||||
|
||||
#if wxUSE_DRAG_AND_DROP
|
||||
virtual void SetDropTarget( wxDropTarget *dropTarget ) wxOVERRIDE;
|
||||
|
||||
|
Reference in New Issue
Block a user