[gimp/gtk3-port] Fix compile
- From: Tobias Ellinghaus <et src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gtk3-port] Fix compile
- Date: Mon, 30 Apr 2018 10:20:20 +0000 (UTC)
commit 668cae03f674abe812cfccb3a9ac84e60d2ca6b7
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 9f3daf0..3638996 100644
--- a/app/core/gimp-utils.c
+++ b/app/core/gimp-utils.c
@@ -891,7 +891,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]