gdi32: Fix its vs it's typo.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
3d4dbd3c14
commit
41fa3f02ef
|
@ -161,7 +161,7 @@ DWORD EMFDRV_CreateBrushIndirect( PHYSDEV dev, HBRUSH hBrush )
|
|||
emr->emr.iType = EMR_CREATEMONOBRUSH;
|
||||
usage = DIB_PAL_MONO;
|
||||
/* FIXME: There is an extra DWORD written by native before the BMI.
|
||||
* Not sure what its meant to contain.
|
||||
* Not sure what it's meant to contain.
|
||||
*/
|
||||
emr->offBmi = sizeof( EMRCREATEDIBPATTERNBRUSHPT ) + sizeof(DWORD);
|
||||
emr->cbBmi = sizeof( BITMAPINFOHEADER );
|
||||
|
|
Loading…
Reference in New Issue