On Wed, 2007-06-20 at 12:09 +0200, Alexandre Julliard wrote:
> Misha Koshelev <[EMAIL PROTECTED]> writes:
>
> > +if (!PATH_IsPathOpen(dc->path))
> > {
> > -angle = atan2(
> > -((yend-ycenter)/height),
> > -((xend-xcenter)/width));
> > -
On Wed, 2007-06-20 at 12:09 +0200, Alexandre Julliard wrote:
> Misha Koshelev <[EMAIL PROTECTED]> writes:
>
> > +if (!PATH_IsPathOpen(dc->path))
> > {
> > -angle = atan2(
> > -((yend-ycenter)/height),
> > -((xend-xcenter)/width));
> > -
Misha Koshelev <[EMAIL PROTECTED]> writes:
> +if (!PATH_IsPathOpen(dc->path))
> {
> -angle = atan2(
> -((yend-ycenter)/height),
> -((xend-xcenter)/width));
> -MoveToEx(hdc, GDI_ROUND(xcenter+(cos(angle)*xradius)),
> -