Re: user: test: LoadImage() alpha handling

2005-07-15 Thread Frank Richter
On 10.07.2005 16:03, Frank Richter wrote: > Hm, I'm currently using the Cygwin/X server which reports a display > depth of 24bpp... perhaps the test is sensible to the display depth? > Maybe yours is 32bpp, by chance? I just checked on a Linux X server (also running at 24bpp) and indeed, there it

Re: user: test: LoadImage() alpha handling

2005-07-10 Thread Frank Richter
On 08.07.2005 16:18, Alexandre Julliard wrote: > Is this really supposed to fail on Wine? It works fine here... Well, fails for me. Hm, I'm currently using the Cygwin/X server which reports a display depth of 24bpp... perhaps the test is sensible to the display depth? Maybe yours is 32bpp, by ch

Re: user: test: LoadImage() alpha handling

2005-07-08 Thread Alexandre Julliard
Frank Richter <[EMAIL PROTECTED]> writes: > +static void test_LoadImage(void) > +{ > +HINSTANCE hInst = GetModuleHandle (NULL); > +HBITMAP bmp = LoadImage (hInst, MAKEINTRESOURCE(1), IMAGE_BITMAP, > + 0, 0, LR_CREATEDIBSECTION|LR_SHARED); > +DIBSECTION ds; > + > +GetObject (bm