Re: StretchDIBits function problem.

2006-02-13 Thread Cyril Margorin
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

Re: StretchDIBits function problem.

2006-02-10 Thread Cyril Margorin
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

Re: StretchDIBits function problem.

2006-01-27 Thread Willie Sippel
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. > > > >

Re: StretchDIBits function problem.

2006-01-26 Thread Jesse Allen
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

Re: StretchDIBits function problem.

2006-01-26 Thread 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. Changelog: Cyril Margorin <[EMAIL PROTECTED]> add test of StretchDIBits()/GetDIBits() bunch t

StretchDIBits function problem.

2006-01-26 Thread Cyril Margorin
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 --