summaryrefslogtreecommitdiff
path: root/image/gif.c
diff options
context:
space:
mode:
Diffstat (limited to 'image/gif.c')
-rw-r--r--image/gif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/image/gif.c b/image/gif.c
index 5f8e6c525..62d73f0b0 100644
--- a/image/gif.c
+++ b/image/gif.c
@@ -338,7 +338,7 @@ void nsgif_animate(void *p)
*/
void *nsgif_bitmap_create(int width, int height)
{
- return bitmap_create(width, height, BITMAP_NEW | BITMAP_ABGR);
+ return bitmap_create(width, height, BITMAP_NEW);
}
#endif