wxwidgets/include
Vadim Zeitlin 0f19c0a074 Pass wxDPIChangedEvent to the just added MSWBeforeDPIChangedEvent()
This is unusual, but this function may need to rescale some coordinates
and it's convenient to just call event.Scale() then.

So pass it the event that we are preparing to process to it instead of
passing it new and old DPI separately and forcing it to deal with them
itself (instead of using Scale()).
2023-05-01 17:21:03 +01:00
..
msvc/wx Link with lexilla library too in MSVS-specific wx/setup.h 2023-03-08 18:24:38 +00:00
wx Pass wxDPIChangedEvent to the just added MSWBeforeDPIChangedEvent() 2023-05-01 17:21:03 +01:00