[gegl/gsoc2011-opencl] minor fixes



commit 0a35d06a1c3f0974220e1a61b3f9dc026c2ed10d
Author: Victor Oliveira <victormatheus gmail com>
Date:   Mon Jun 13 13:18:48 2011 -0300

    minor fixes

 gegl/opencl/gegl-cl-texture.c |    1 -
 operations/common/over.c      |    2 +-
 2 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/gegl/opencl/gegl-cl-texture.c b/gegl/opencl/gegl-cl-texture.c
index 6b31077..7e56bbf 100644
--- a/gegl/opencl/gegl-cl-texture.c
+++ b/gegl/opencl/gegl-cl-texture.c
@@ -10,7 +10,6 @@ gegl_cl_texture_new (gint size)
   cl_int errcode;
 
   GeglClTexture *texture = g_new (GeglClTexture, 1);
-  texture->size = size;
   texture->data  = gegl_clCreateBuffer (gegl_cl_get_context(), CL_MEM_READ_ONLY,
                                         size, NULL, &errcode);
   if (errcode != CL_SUCCESS)
diff --git a/operations/common/over.c b/operations/common/over.c
index 05ab7a7..4f7c8bf 100644
--- a/operations/common/over.c
+++ b/operations/common/over.c
@@ -30,7 +30,7 @@
 #define GEGL_CHANT_C_FILE        "over.c"
 
 #include "gegl-chant.h"
-#include <gegl-cl-init.h>
+#include "gegl-cl-init.h"
 
 static void prepare (GeglOperation *operation)
 {



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