wxwidgets/include
Vadim Zeitlin cf01a2827b Use lambdas with wxImage::ApplyToAllPixels()
This makes the code simpler, as it avoids the need for packing/unpacking
the operation parameters into helper classes and allows to remove
WeightValue completely, and potentially more efficient, as the calls
should be inlined now instead of being performed via a function pointer.

No real changes otherwise.
2022-11-11 01:15:58 +01:00
..
msvc/wx Remove tests for _UNICODE too 2022-10-27 19:43:30 +02:00
wx Use lambdas with wxImage::ApplyToAllPixels() 2022-11-11 01:15:58 +01:00