graphicscomposition/openwfcompositionengine/common/include/owfimage.h
branchNewGraphicsArchitecture
changeset 39 a4b63488e0b0
parent 35 3aa07f06a4b7
child 49 0ee978e37eb7
--- a/graphicscomposition/openwfcompositionengine/common/include/owfimage.h	Fri Apr 23 15:29:19 2010 +0100
+++ b/graphicscomposition/openwfcompositionengine/common/include/owfimage.h	Fri Apr 23 17:57:02 2010 +0100
@@ -198,8 +198,6 @@
 
     OWF_IMAGE*              mask;
     OWFsubpixel             globalAlpha;
-    OWFboolean              destinationFullyOpaque;
-    OWFpixel*               tsColor;
 } OWF_BLEND_INFO;
 
 #define CLIP(a) if (a < 0) a = 0; else if (a > 255) a = 255;