http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6f14fd
)
wineps.drv: Explicitly report that we do not support blending.
author
Huw Davies
<huw@codeweavers.com>
Wed, 5 Jan 2011 11:40:28 +0000
(11:40 +0000)
committer
Alexandre Julliard
<julliard@winehq.org>
Wed, 5 Jan 2011 16:55:16 +0000
(17:55 +0100)
dlls/wineps.drv/init.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/wineps.drv/init.c
b/dlls/wineps.drv/init.c
index f0c4e183c6bcb0ce6d2011f00ef9769d7d82dee6..e67ffe111a2f43048f9b05fc1dd63f8ca977338e 100644
(file)
--- a/
dlls/wineps.drv/init.c
+++ b/
dlls/wineps.drv/init.c
@@
-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;