[gegl/gsoc2009-gpu: 12/15] Minor code style corrections
- From: Martin Nordholts <martinn src gnome org>
- To: svn-commits-list gnome org
- Subject: [gegl/gsoc2009-gpu: 12/15] Minor code style corrections
- Date: Wed, 24 Jun 2009 05:38:59 +0000 (UTC)
commit cd79419511aba1a37a75b9384704a79236f6d026
Author: Jerson Michael Perpetua <jersonperpetua gmail com>
Date: Sat Jun 20 16:08:28 2009 +0800
Minor code style corrections
gegl/gpu/gegl-gpu-texture.h | 42 +++++++++++++++++++++---------------------
1 files changed, 21 insertions(+), 21 deletions(-)
---
diff --git a/gegl/gpu/gegl-gpu-texture.h b/gegl/gpu/gegl-gpu-texture.h
index ab2b2af..ab39349 100644
--- a/gegl/gpu/gegl-gpu-texture.h
+++ b/gegl/gpu/gegl-gpu-texture.h
@@ -27,27 +27,27 @@
G_BEGIN_DECLS
-GType gegl_gpu_texture_get_type (void) G_GNUC_CONST;
-GeglGpuTexture *gegl_gpu_texture_new (gint width,
- gint height,
- const Babl *format);
-void gegl_gpu_texture_free (GeglGpuTexture *texture);
-void gegl_gpu_texture_get (const GeglGpuTexture *texture,
- const GeglRectangle *roi,
- gpointer dest,
- const Babl *format);
-void gegl_gpu_texture_set (GeglGpuTexture *texture,
- const GeglRectangle *roi,
- gpointer src,
- const Babl *format);
-void gegl_gpu_texture_clear (GeglGpuTexture *texture,
- const GeglRectangle *roi);
-void gegl_gpu_texture_copy (const GeglGpuTexture *src,
- const GeglRectangle *src_roi,
- GeglGpuTexture *dest,
- gint dest_x,
- gint dest_y);
-GeglGpuTexture *gegl_gpu_texture_dup (const GeglGpuTexture *texture);
+GType gegl_gpu_texture_get_type (void) G_GNUC_CONST;
+GeglGpuTexture *gegl_gpu_texture_new (gint width,
+ gint height,
+ const Babl *format);
+void gegl_gpu_texture_free (GeglGpuTexture *texture);
+void gegl_gpu_texture_get (const GeglGpuTexture *texture,
+ const GeglRectangle *roi,
+ gpointer dest,
+ const Babl *format);
+void gegl_gpu_texture_set (GeglGpuTexture *texture,
+ const GeglRectangle *roi,
+ gpointer src,
+ const Babl *format);
+void gegl_gpu_texture_clear (GeglGpuTexture *texture,
+ const GeglRectangle *roi);
+void gegl_gpu_texture_copy (const GeglGpuTexture *src,
+ const GeglRectangle *src_roi,
+ GeglGpuTexture *dest,
+ gint dest_x,
+ gint dest_y);
+GeglGpuTexture *gegl_gpu_texture_dup (const GeglGpuTexture *texture);
#define gegl_gpu_texture_get_width(texture) (texture->width)
#define gegl_gpu_texture_get_height(texture) (texture->height)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]