Alex wrote:
> To fix the error I have modify one line in the wmesa.c file.
>
> In the line 1074 I have change:
>
> Color = GetPixel(DC, x+i, y);
>
> by:
>
> Color = GetPixel(DC, x+i, ctx->Buffer->Height - y - 1);
>
> I don't know if this is the solution, but is the on
Hi All,
Alex Reche <[EMAIL PROTECTED]> submitted this directly to me, but because I'm
not finished doing the Win32 build subdirectory updates I haven't yet checked
it for validity with the current code base, so I thought I'd pass it onto the
proper list to make sure it didn't fall through the cr