Re: Thoughts about a new GdkPixbuf transform interface



On Thu, Feb 20, 2003 at 12:53:46AM +0300, Oleg Klimov wrote:
> void gdk_pixbuf_transform_set_affine    (GdkPixbufTransform*    trans,
>                                         gdouble                offset_x,
>                                         gdouble                offset_y,
>                                         gdouble                m00,
>                                         gdouble                m01,
>                                         gdouble                m10,
>                                         gdouble                m11);

Minor quible.  I'm unclear why people seem to prefer passing things
in as 6 distinct arguments, why not 1 array ?



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