Hello,
According the patches, I've send before: I've got two small questions:
1) Shouldn't the Shared Memory XImage created in
X11DRV_DIB_SetImageBits/X11DRV_DIB_GetImageBits functions? Or creating
shared memory image takes too long?
2) Shouldn't XImage be passed to X11DRV_DIB_SetImageBits, and u
Hello,
During researching of problem in StretchDIBits I've found interesting fact:
If I turn off XShm function (by undefining USE_LIBXXSHM in config.h)
test passes and application works ok (image is ok).
So I think that something wrong in using XShmPutImage / XShmGetImage.
Do you have any suggesti
Am Freitag, 27. Januar 2006 00:57 schrieb Alex Villacís Lasso:
> Cyril Margorin wrote:
> > Hello,
> >
> > I've discovered, that using of GetDIBits after StretchDIBits doesn't
> > return correct data.
> > More then - all pixels that it returns are black.
> > In attachment the test function.
> >
> >
On 1/26/06, Alex Villacís Lasso <[EMAIL PROTECTED]> wrote:
> Cyril Margorin wrote:
> > Hello,
> >
> > I've discovered, that using of GetDIBits after StretchDIBits doesn't
> > return correct data.
> > More then - all pixels that it returns are black.
> > In attachment the test function.
> >
> Do yo
Cyril Margorin wrote:
Hello,
I've discovered, that using of GetDIBits after StretchDIBits doesn't
return correct data.
More then - all pixels that it returns are black.
In attachment the test function.
Changelog:
Cyril Margorin <[EMAIL PROTECTED]>
add test of StretchDIBits()/GetDIBits() bunch t
Hello,
I've discovered, that using of GetDIBits after StretchDIBits doesn't
return correct data.
More then - all pixels that it returns are black.
In attachment the test function.
Changelog:
Cyril Margorin <[EMAIL PROTECTED]>
add test of StretchDIBits()/GetDIBits() bunch to gdi/test/bitmap.c
--