stub implementation of GdipImageGetFrameDimensionsCount

2008-05-22 Thread Petr Dlouhý
Hello, I want to ask, why my patch (http://www.winehq.org/pipermail/wine-patches/2008-May/054973.html) didn't get committed? -- Petr Dlouhý

Re: stub implementation of GdipImageGetFrameDimensionsCount and GdipGetImageFlags

2008-05-12 Thread Nikolay Sivov
GdipGetImageFlags is commited today. 2008/5/12 Petr Dlouhý <[EMAIL PROTECTED]>: > This is fix for bug 13036 (http://bugs.winehq.org/show_bug.cgi?id=13036); It > allows Faktury 4.1 to start. > > -- > Petr Dlouhý > > >

Re: stub implementation of GdipImageGetFrameDimensionsCount and GdipGetImageFlags

2008-05-12 Thread Vitaliy Margolen
Petr Dlouhý wrote: > This is fix for bug 13036 > (http://bugs.winehq.org/show_bug.cgi?id=13036); It allows Faktury 4.1 to > start. > > +GpStatus WINGDIPAPI GdipGetImageFlags(GpImage* image, UINT *flags) > +{ > +static int calls; > + > +if(!image || !flags) > +return InvalidParam