[gimp] app: use the right enum for gegl_node_blit() (no logic changed)
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: use the right enum for gegl_node_blit() (no logic changed)
- Date: Wed, 6 Mar 2013 11:48:40 +0000 (UTC)
commit a66de41f60876b03ec9d352b2938928f0990d8de
Author: Michael Natterer <mitch gimp org>
Date: Mon Mar 4 14:02:33 2013 +0100
app: use the right enum for gegl_node_blit() (no logic changed)
app/gegl/gimptilehandlerprojection.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/gegl/gimptilehandlerprojection.c b/app/gegl/gimptilehandlerprojection.c
index 1566a39..13e79af 100644
--- a/app/gegl/gimptilehandlerprojection.c
+++ b/app/gegl/gimptilehandlerprojection.c
@@ -235,7 +235,7 @@ gimp_tile_handler_projection_validate (GeglTileSource *source,
(blit_rect.y % projection->tile_height) * tile_stride +
(blit_rect.x % projection->tile_width) * tile_bpp,
tile_stride,
- GEGL_ABYSS_NONE);
+ GEGL_BLIT_DEFAULT);
}
gegl_tile_unlock (tile);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]