mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-12 20:28:20 +00:00
committed by
Norman Feske
parent
5572430ba5
commit
aa03c4ce9f
@ -28,6 +28,7 @@ struct Dither_painter
|
||||
Genode::Texture<SRC_PT> const &texture)
|
||||
{
|
||||
if (surface.size() != texture.size()) return;
|
||||
if (!texture.pixel() || !texture.alpha()) return;
|
||||
|
||||
Genode::Surface_base::Rect const clipped = surface.clip();
|
||||
|
||||
|
Reference in New Issue
Block a user