From c6182b6b4158a3227546ae55895b72a326db19fb Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Tue, 22 Sep 2020 11:36:31 +0300 Subject: Drawing with alpha blending --- src/ui/paint.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ui/paint.h') diff --git a/src/ui/paint.h b/src/ui/paint.h index 28931815..89a01da6 100644 --- a/src/ui/paint.h +++ b/src/ui/paint.h @@ -33,6 +33,7 @@ struct Impl_Paint { iWindow * dst; SDL_Texture *setTarget; SDL_Texture *oldTarget; + uint8_t alpha; }; void init_Paint (iPaint *); -- cgit v1.2.3