diff --git a/reactos/subsys/win32k/objects/dib.c b/reactos/subsys/win32k/objects/dib.c index 247ed67dde5..60a3cc46d71 100644 --- a/reactos/subsys/win32k/objects/dib.c +++ b/reactos/subsys/win32k/objects/dib.c @@ -923,6 +923,7 @@ DIB_CreateDIBSection( return NULL; } bmp->dib = (DIBSECTION *) dib; + bmp->flFlags = BITMAPOBJ_IS_APIBITMAP; /* WINE NOTE: WINE makes use of a colormap, which is a color translation table between the DIB and the X physical device. Obviously, this is left out of the ReactOS implementation. Instead, we call