gdi32: Add SetPixel to the EMF DC functions.

This commit is contained in:
Dmitry Timoshkov 2008-04-25 22:39:59 +09:00 committed by Alexandre Julliard
parent 7fb21244d9
commit c814d17c76
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ static const DC_FUNCTIONS EMFDRV_Funcs =
NULL, /* pSetDeviceGammaRamp */ NULL, /* pSetDeviceGammaRamp */
EMFDRV_SetMapMode, /* pSetMapMode */ EMFDRV_SetMapMode, /* pSetMapMode */
EMFDRV_SetMapperFlags, /* pSetMapperFlags */ EMFDRV_SetMapperFlags, /* pSetMapperFlags */
NULL, /* pSetPixel */ EMFDRV_SetPixel, /* pSetPixel */
NULL, /* pSetPixelFormat */ NULL, /* pSetPixelFormat */
EMFDRV_SetPolyFillMode, /* pSetPolyFillMode */ EMFDRV_SetPolyFillMode, /* pSetPolyFillMode */
EMFDRV_SetROP2, /* pSetROP2 */ EMFDRV_SetROP2, /* pSetROP2 */