[cluttermm] Fixed parameter names in Clutter::Cairo::Texture ctor.



commit a1aee2c03583d7e1540d69f62024dc6206632599
Author: Chris Kühl <chrisk openismus com>
Date:   Thu Oct 21 12:16:12 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 004041b..ed21fbb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-10-21  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.3.1:
 
 2010-09-17  Chris Kühl  <chrisk openismus 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]