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



commit 514514f68dd6da7231ee7c55f6113e9fb80fdb22
Author: Chris Kühl <chrisk openismus com>
Date:   Thu Oct 21 15:57:44 2010 +0200

    Fixed parameter names in Clutter::Cairo::Texture create function.
    
        * cairo-texture.hg: Changed create 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 ed21fbb..61fcd86 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2010-10-21  Chris Kühl  <chrisk openismus com>
 
+	Fixed parameter names in Clutter::Cairo::Texture create function.
+
+        * cairo-texture.hg: Changed create parameters from width and height
+        to surface_width and surface_height, respectively.
+
+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
diff --git a/clutter/src/cairo-texture.hg b/clutter/src/cairo-texture.hg
index 30139b0..f381f29 100644
--- a/clutter/src/cairo-texture.hg
+++ b/clutter/src/cairo-texture.hg
@@ -38,7 +38,7 @@ protected:
   _WRAP_CTOR(Texture(guint surface_width, guint surface_height), clutter_cairo_texture_new)
 
 public:
-  _WRAP_CREATE(guint width, guint height)
+  _WRAP_CREATE(guint surface_width, guint surface_height)
 
   _WRAP_METHOD(void clear(), clutter_cairo_texture_clear)
 



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