mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-09 04:31:23 +00:00
This patch makes the application of color/alpha from the icon's texture to the target surface customizable by replacing the formerly built-in '_transfer_pixel' function by calls to the new 'Pixel_rgba::transfer' interface. Issue #3221