wineps.drv: Explicitly report that we do not support blending.

oldstable
Huw Davies 2011-01-05 11:40:28 +00:00 committed by Alexandre Julliard
parent d6f14fd638
commit 40ba10ed7a
1 changed files with 2 additions and 0 deletions

View File

@ -511,6 +511,8 @@ INT CDECL PSDRV_GetDeviceCaps( PSDRV_PDEVICE *physDev, INT cap )
case VREFRESH:
case BLTALIGNMENT:
return 0;
case SHADEBLENDCAPS:
return SB_NONE;
default:
FIXME("(%p): unsupported capability %d, will return 0\n", physDev->hdc, cap );
return 0;