[cluttermm/cluttermm-1.2] Fixed parameter names in	Clutter::Cairo::Texture ctor.
- From: Chris Kühl <chriskuehl src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [cluttermm/cluttermm-1.2] Fixed parameter names in	Clutter::Cairo::Texture ctor.
- Date: Wed, 27 Oct 2010 10:41:56 +0000 (UTC)
commit d83d375f3b1f17cdb0b9c23a06e2e2bc27d705c4
Author: Chris Kühl <chrisk openismus com>
Date:   Wed Oct 27 12:28:46 2010 +0200
    Fixed parameter names in Clutter::Cairo::Texture ctor.
    
          * cairo-texture.hg: Changed ctor parameters from width and height
          to surface_width and surface_height, respectively.
 ChangeLog                    |    7 +++++++
 clutter/src/cairo-texture.hg |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 4c270d3..5083085 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-10-27  Chris Kühl  <chrisk openismus com>
+
+	Fixed parameter names in Clutter::Cairo::Texture ctor.
+
+        * cairo-texture.hg: Changed ctor parameters from width and height
+        to surface_width and surface_height, respectively.
+
 1.1.1:
 
 2010-09-21  Murray Cumming  <murrayc murrayc com>
diff --git a/clutter/src/cairo-texture.hg b/clutter/src/cairo-texture.hg
index a77cffb..30139b0 100644
--- a/clutter/src/cairo-texture.hg
+++ b/clutter/src/cairo-texture.hg
@@ -35,7 +35,7 @@ class Texture : public ::Clutter::Texture
   _IMPLEMENTS_INTERFACE(Scriptable)
 
 protected:
-  _WRAP_CTOR(Texture(guint width, guint height), clutter_cairo_texture_new)
+  _WRAP_CTOR(Texture(guint surface_width, guint surface_height), clutter_cairo_texture_new)
 
 public:
   _WRAP_CREATE(guint width, guint height)
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]