Add back pixman_composeFunctions since vmx is not ported to implementations yet
authorSøren Sandmann Pedersen <sandmann@redhat.com>
Thu, 28 May 2009 01:15:18 +0000 (21:15 -0400)
committerSøren Sandmann Pedersen <sandmann@redhat.com>
Thu, 28 May 2009 01:15:18 +0000 (21:15 -0400)
pixman/pixman-private.h

index 3280af7..9cb0968 100644 (file)
@@ -184,6 +184,19 @@ typedef struct _FbComposeData {
     uint16_t    height;
 } FbComposeData;
 
+typedef struct _FbComposeFunctions32 {
+    CombineFunc32 *combineU;
+    CombineFunc32 *combineC;
+} FbComposeFunctions32;
+
+typedef struct _FbComposeFunctions64 {
+    CombineFunc64 *combineU;
+    CombineFunc64 *combineC;
+} FbComposeFunctions64;
+
+extern FbComposeFunctions32 pixman_composeFunctions;
+extern FbComposeFunctions64 pixman_composeFunctions64;
+
 void pixman_composite_rect_general_accessors (const FbComposeData *data,
                                               void *src_buffer,
                                               void *mask_buffer,