summaryrefslogtreecommitdiff
path: root/src/ui/paint.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-09-22 11:36:31 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-09-22 11:36:31 +0300
commitc6182b6b4158a3227546ae55895b72a326db19fb (patch)
tree8841cf408132a55959916384309b5daab844e11a /src/ui/paint.h
parentf55e327bdcdefc1c130febcc8f3a03062fba782e (diff)
Drawing with alpha blending
Diffstat (limited to 'src/ui/paint.h')
-rw-r--r--src/ui/paint.h1
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
38void init_Paint (iPaint *); 39void init_Paint (iPaint *);