From f5bdd4b10962659259423e8efa2ddf80b9805053 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 3 Oct 2013 21:11:54 +0100 Subject: Move BITMAP_SAVE_FULL_ALPHA out of core to RISC OS front end, where it belongs. --- riscos/bitmap.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'riscos/bitmap.h') diff --git a/riscos/bitmap.h b/riscos/bitmap.h index 01d4171d1..1b7d1b9a9 100644 --- a/riscos/bitmap.h +++ b/riscos/bitmap.h @@ -23,6 +23,8 @@ #include "oslib/osspriteop.h" #include "image/bitmap.h" +#define BITMAP_SAVE_FULL_ALPHA (1 << 0) /** save with full alpha channel (if not opaque) */ + struct osspriteop_area; struct bitmap { -- cgit v1.2.3