diff options
Diffstat (limited to 'include/fitz/draw_misc.h')
-rw-r--r-- | include/fitz/draw_misc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fitz/draw_misc.h b/include/fitz/draw_misc.h index cb78b57c..cd9035a1 100644 --- a/include/fitz/draw_misc.h +++ b/include/fitz/draw_misc.h @@ -69,6 +69,7 @@ struct fz_renderer_s fz_irect clip; fz_pixmap *dest; fz_pixmap *over; + unsigned char a; unsigned char rgb[3]; int flag; }; |