Files
wxWidgets/include/wx/x11
Vadim Zeitlin 05248eb3b8 Remove unnecessary [XY]LOG2DEV and DEV2LOG definitions
Don't confuse things even more by defining macros or functions that do
exactly the same thing as LogicalToDevice[XY] and DeviceToLogical[XY]
member functions of wxDCImpl.

This is just completely unnecessary, simply use the functions themselves
directly instead.

Note that there are still definitions of such macros in wxMSWDCImpl and
wxPostScriptDCImpl code, but they actually do something different and so
can't be just replaced with the function calls.

No real changes.
2026-04-04 19:11:58 +02:00
..