diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-09-22 11:36:31 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-09-22 11:36:31 +0300 |
commit | c6182b6b4158a3227546ae55895b72a326db19fb (patch) | |
tree | 8841cf408132a55959916384309b5daab844e11a /src/ui/paint.h | |
parent | f55e327bdcdefc1c130febcc8f3a03062fba782e (diff) |
Drawing with alpha blending
Diffstat (limited to 'src/ui/paint.h')
-rw-r--r-- | src/ui/paint.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 { | |||
33 | iWindow * dst; | 33 | iWindow * dst; |
34 | SDL_Texture *setTarget; | 34 | SDL_Texture *setTarget; |
35 | SDL_Texture *oldTarget; | 35 | SDL_Texture *oldTarget; |
36 | uint8_t alpha; | ||
36 | }; | 37 | }; |
37 | 38 | ||
38 | void init_Paint (iPaint *); | 39 | void init_Paint (iPaint *); |