[gnome-photos/wip/rishi/unit-tests-gegl: 5/5] gegl: Style fix
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos/wip/rishi/unit-tests-gegl: 5/5] gegl: Style fix
- Date: Fri, 7 Dec 2018 12:59:44 +0000 (UTC)
commit a705d1f32ec46dcb021f6303318d614913c98008
Author: Debarshi Ray <debarshir gnome org>
Date: Fri Dec 7 13:54:25 2018 +0100
gegl: Style fix
src/photos-gegl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/photos-gegl.c b/src/photos-gegl.c
index c6b91022..186f1613 100644
--- a/src/photos-gegl.c
+++ b/src/photos-gegl.c
@@ -711,7 +711,7 @@ photos_gegl_pixbuf_new_from_buffer (GeglBuffer *buffer)
bbox = *gegl_buffer_get_extent (buffer);
format_buffer = gegl_buffer_get_format (buffer);
- has_alpha = babl_format_has_alpha (format_buffer);
+ has_alpha = (gboolean) babl_format_has_alpha (format_buffer);
if (has_alpha)
format_pixbuf = babl_format ("R'G'B'A u8");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]