Files
wxWidgets/include
Vadim Zeitlin 2f39d1959c Simplify current colour variables in wxGtkPrinterDCImpl
No real changes, just use a single wxColour instead of 4 different
m_current{Red,Green,Blue,Alpha} variables as this is much simpler.

Also add a helper function for updating the source colour instead of
duplicating the same code in multiple places.
2024-09-24 03:49:47 +02:00
..