jeremyletang / rgtk

GTK+ bindings and wrappers for Rust (DEPRECATED SEE https://github.com/rust-gnome )
GNU Lesser General Public License v3.0
120 stars 22 forks source link

Make Pixbuf::get_byte_length more platform-flexible #253

Closed gkoz closed 9 years ago

GuillaumeGomez commented 9 years ago

I checked the gdk_pixbuf_get_byte_length function and more precisely the returned type which is gsize. Given the description, its size depends of the platform (if it is 32 or 64 bit). Well saw and thanks for the PR !