j
k
j a
j l
Bartosz Kosiorek <wine(a)gitlab.winehq.org> wrote:
for (y=0; y<src_height; y++) { + ARGB *src_color = (ARGB*)(src + src_stride * y);
...
+ src_color += sizeof(ARGB); } }
This increment is incorrect. -- Dmitry.
Back to the thread
Back to the list