[gimp/gtk3-port: 262/362] Fix compile



commit 71358d14608557807eb2517de4d0833a6a71a8d1
Author: Tobias Ellinghaus <me houz org>
Date:   Mon Apr 30 12:18:58 2018 +0200

    Fix compile

 app/core/gimp-utils.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/core/gimp-utils.c b/app/core/gimp-utils.c
index 321e522..28bf25d 100644
--- a/app/core/gimp-utils.c
+++ b/app/core/gimp-utils.c
@@ -854,7 +854,7 @@ gimp_create_image_from_buffer (Gimp        *gimp,
                                            NULL /* same image */);
   gimp_image_add_layer (image, layer, NULL, -1, FALSE);
 
-  gimp_create_display (gimp, image, GIMP_UNIT_PIXEL, 1.0, NULL, 0);
+  gimp_create_display (gimp, image, GIMP_UNIT_PIXEL, 1.0, NULL);
 
   /* unref the image unconditionally, even when no display was created */
   g_object_add_weak_pointer (G_OBJECT (image), (gpointer) &image);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]