gnomemm r1915 - in cluttermm/trunk: . clutter/src



Author: daniel
Date: Wed Dec 24 13:24:57 2008
New Revision: 1915
URL: http://svn.gnome.org/viewvc/gnomemm?rev=1915&view=rev

Log:
* clutter/src/texture.hg (Texture::*): Revert to use guchar instead
of guint8 to stay consistent with the Clutter C API.

Modified:
   cluttermm/trunk/ChangeLog
   cluttermm/trunk/clutter/src/texture.hg

Modified: cluttermm/trunk/clutter/src/texture.hg
==============================================================================
--- cluttermm/trunk/clutter/src/texture.hg	(original)
+++ cluttermm/trunk/clutter/src/texture.hg	Wed Dec 24 13:24:57 2008
@@ -57,9 +57,9 @@
   //_WRAP_CREATE(const Glib::RefPtr<Actor>& actor);
 
   _WRAP_METHOD(bool set_from_file(const std::string& filename), clutter_texture_set_from_file, errthrow)
-  _WRAP_METHOD(bool set_from_rgb_data(const guint8* data, bool has_alpha, int width, int height, int rowstride, int bpp, TextureFlags flags), clutter_texture_set_from_rgb_data, errthrow)
-  _WRAP_METHOD(bool set_from_yuv_data(const guint8* data, int width, int height, TextureFlags flags), clutter_texture_set_from_yuv_data, errthrow)
-  _WRAP_METHOD(bool set_area_from_rgb_data(const guint8* data, bool has_alpha, int x, int y, int width, int height, int rowstride, int bpp, TextureFlags flags), clutter_texture_set_area_from_rgb_data, errthrow)
+  _WRAP_METHOD(bool set_from_rgb_data(const guchar* data, bool has_alpha, int width, int height, int rowstride, int bpp, TextureFlags flags), clutter_texture_set_from_rgb_data, errthrow)
+  _WRAP_METHOD(bool set_from_yuv_data(const guchar* data, int width, int height, TextureFlags flags), clutter_texture_set_from_yuv_data, errthrow)
+  _WRAP_METHOD(bool set_area_from_rgb_data(const guchar* data, bool has_alpha, int x, int y, int width, int height, int rowstride, int bpp, TextureFlags flags), clutter_texture_set_area_from_rgb_data, errthrow)
   _WRAP_METHOD(void get_base_size(int& width, int& height) const, clutter_texture_get_base_size)
 
   _WRAP_METHOD(TextureQuality get_filter_quality() const, clutter_texture_get_filter_quality)



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