[gegl/pippin/api_breakage: 2/2] core: complete gegl_node_blit_buffer change
- From: Øyvind Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl/pippin/api_breakage: 2/2] core: complete gegl_node_blit_buffer change
- Date: Tue, 1 Sep 2015 08:59:22 +0000 (UTC)
commit 8c1616e0f6868e96c7104df0566e35561b02661a
Author: Oyvind Kolas <pippin gimp org>
Date: Tue Aug 4 20:07:28 2015 +0200
core: complete gegl_node_blit_buffer change
tests/simple/test-convert-format.c | 2 +-
tests/simple/test-format-sensing.c | 4 ++--
tests/simple/test-scaled-blit.c | 6 ++++--
3 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/tests/simple/test-convert-format.c b/tests/simple/test-convert-format.c
index 152851b..b04590f 100644
--- a/tests/simple/test-convert-format.c
+++ b/tests/simple/test-convert-format.c
@@ -56,7 +56,7 @@ test_convert_common (const Babl *in_format,
gegl_node_link_many (src, convert, sink, NULL);
- gegl_node_blit_buffer (sink, NULL, NULL);
+ gegl_node_blit_buffer (sink, NULL, NULL, 0, GEGL_ABYSS_NONE);
if (out_format != gegl_buffer_get_format (sink_buffer))
{
diff --git a/tests/simple/test-format-sensing.c b/tests/simple/test-format-sensing.c
index 1aaac0c..a9a50ff 100644
--- a/tests/simple/test-format-sensing.c
+++ b/tests/simple/test-format-sensing.c
@@ -50,7 +50,7 @@ test_buffer_sink_001 (void)
gegl_node_link_many (src, sink, NULL);
- gegl_node_blit_buffer (sink, NULL, NULL);
+ gegl_node_blit_buffer (sink, NULL, NULL, 0, GEGL_ABYSS_NONE);
if (gegl_buffer_get_format (src_buffer) != gegl_buffer_get_format (sink_buffer))
result = FALSE;
@@ -99,7 +99,7 @@ test_opacity_common (const Babl *in_format,
gegl_node_link_many (src, opacity, sink, NULL);
- gegl_node_blit_buffer (sink, NULL, NULL);
+ gegl_node_blit_buffer (sink, NULL, NULL, 0, GEGL_ABYSS_NONE);
if (out_format != gegl_buffer_get_format (sink_buffer))
{
diff --git a/tests/simple/test-scaled-blit.c b/tests/simple/test-scaled-blit.c
index fac7ac9..e3d0ef5 100644
--- a/tests/simple/test-scaled-blit.c
+++ b/tests/simple/test-scaled-blit.c
@@ -52,7 +52,9 @@ test_scale (const gdouble scale, const gint x, const gint y, const Babl *format)
gegl_node_blit_buffer (checkerboard,
tmp_buffer,
- NULL);
+ NULL,
+ 0,
+ GEGL_ABYSS_NONE);
gegl_buffer_get (tmp_buffer,
GEGL_RECTANGLE (x, y, scaled_width, scaled_height),
@@ -144,4 +146,4 @@ int main(int argc, char **argv)
return -1;
return 0;
-}
\ No newline at end of file
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]