gdi32: Add SetPixel to the EMF DC functions.
This commit is contained in:
parent
7fb21244d9
commit
c814d17c76
|
@ -130,7 +130,7 @@ static const DC_FUNCTIONS EMFDRV_Funcs =
|
|||
NULL, /* pSetDeviceGammaRamp */
|
||||
EMFDRV_SetMapMode, /* pSetMapMode */
|
||||
EMFDRV_SetMapperFlags, /* pSetMapperFlags */
|
||||
NULL, /* pSetPixel */
|
||||
EMFDRV_SetPixel, /* pSetPixel */
|
||||
NULL, /* pSetPixelFormat */
|
||||
EMFDRV_SetPolyFillMode, /* pSetPolyFillMode */
|
||||
EMFDRV_SetROP2, /* pSetROP2 */
|
||||
|
|
Loading…
Reference in New Issue