Update TODO
authorSøren Sandmann <sandmann@redhat.com>
Tue, 22 May 2007 04:04:39 +0000 (00:04 -0400)
committerSøren Sandmann <sandmann@redhat.com>
Tue, 22 May 2007 04:04:39 +0000 (00:04 -0400)
TODO
pixman/pixman-pict.c

diff --git a/TODO b/TODO
index 9464675..2a0a856 100644 (file)
--- a/TODO
+++ b/TODO
@@ -57,4 +57,6 @@
 - The rectangles in a region probably shouldn't be returned const as
   the X server will be changing them.
 
-- Make sure the endian-ness macros are defined correctly.
\ No newline at end of file
+- Make sure the endian-ness macros are defined correctly.
+
+- Detect MMX code properly
index ec6ee53..e9cc3db 100644 (file)
@@ -945,8 +945,8 @@ fbCompositeSrcSrc_nxn  (pixman_op_t    op,
 static __inline pixman_bool_t
 miClipPictureReg (pixman_region16_t *  pRegion,
                  pixman_region16_t *   pClip,
-                 int           dx,
-                 int           dy)
+                 int                   dx,
+                 int                   dy)
 {
     if (pixman_region_n_rects(pRegion) == 1 &&
        pixman_region_n_rects(pClip) == 1)