Re: PATCH for Bugs 1844 and 1845

2003-12-11 Thread Dimitrie O. Paun
On December 11, 2003 01:33 pm, Andreas Rosenberg wrote: > I sent two patches about a week ago. > > The first one: "Bug 1844: Point Size in DLG_TEMPLATE may be negative" > made it into the CVS (I browsed with: http://cvs.winehq.com/cvsweb) That's one way to do it. Another is to follow the wine-cvs

Re: PATCH for Bugs 1844 and 1845

2003-12-11 Thread Andreas Rosenberg
I sent two patches about a week ago. The first one: "Bug 1844: Point Size in DLG_TEMPLATE may be negative" made it into the CVS (I browsed with: http://cvs.winehq.com/cvsweb) The second "Bug 1845: Return values of CharUpperA and CharLowerA" did not. Any reasons to reject this patch? I also wrot

Re: PATCH for Bugs 1844 and 1845

2003-12-04 Thread Alexandre Julliard
Andreas Rosenberg <[EMAIL PROTECTED]> writes: > 1844: Point Size in DLG_TEMPLATE may be negative (with DS_SETFONT) > > Within Windows the pointSize parameter (for the FONT in the DLG_TEMPLATE > struct) may be a signed 16-bit integer. With WINE this integers get's > converted to an unsigned int r