search for: bi_rgb

Displaying 4 results from an estimated 4 matches for "bi_rgb".

2011 Nov 20
2
DIBEngine: GetDIBits and BitBlt
...mple: HBITMAP hbm; hbm = (HBITMAP) GetCurrentObject(bitmapDC, OBJ_BITMAP); GetDIBits(bitmapDC, hbm, 0, 0, NULL, (LPBITMAPINFO) bitmapInfo, DIB_RGB_COLORS); After I do the above, I get wrong info in bitmapInfo (bitcount 1 instead of 32, width 1 instead of 1366, height 1 instead of 768, compression BI_RGB instead of the BI_BITFIELDS that I get in Windows). Also, when I use BitBlt to copy from screen DC to a bitmap DC, I get a black bitmap when running on Wine. I'm new to Wine (the reason I'm using Wineskin) and after some Googling I came across the notes on DIBEngine. Compiling wine is no...
2011 Apr 15
0
Wine release 1.3.18
...pixel wide, horizontal or vertical lines with the dib driver. gdi32/tests: Add horizontal and vertical solid line tests. gdi32: Implement SelectBrush for solid brushes. gdi32: Implement PatBlt. gdi32/tests: Add PatBlt tests. winex11: Don't use the bitfields for the BI_RGB case. gdi32: Don't use the bitfields for the BI_RGB case. gdi32: Don't use the bitfields for the BI_RGB case and also cope with zero masks. gdi32: Don't set the bitfields when the dib section is BI_RGB. gdi32: Add support for solid diagonal lines. gdi32: Ke...
2011 May 13
0
Wine release 1.3.20
...s. gdi32: Add support for drawing horizontal patterned lines. gdi32: Add support for drawing vertical patterned lines. gdi32: Add support for drawing diagonal patterned lines. gameux: Zero initialize the fixed length arrays. gdi32: Initialise the bit fields even in the BI_RGB case in order to make format comparisons easier. gdi32: Add a missing const. shdocvw: Cope with being called without an active document. gdi32: Keep track of changes to the brush rop, so that we can perform lazy realisation of the brush. gdi32: Add helpers to clear and free...
2009 Mar 13
0
Wine release 1.1.17
...RS. gdi32/tests: Fix another case where win9x returns bmType equal to 0x5250. gdi32/tests: Fix yet another place where win9x returns bmType equal to 0x5250. gdi32/tests: Marked another win9x failure as broken. gdi32/tests: Win9x's GetDIBits() sets biSizeImage to zero for BI_RGB dibs. gdi32/tests: Remove a cut and paste error. gdi32/tests: win9x doesn't initialise the bitmap bits. Mark this behaviour as broken. gdi32/tests: Mark as broken another case where win9x doesn't set biSizeImage. gdi32/tests: Under win9x GetBitmapBits returns zero wh...