summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSøren Sandmann <sandmann@redhat.com>2007-05-22 00:04:39 -0400
committerSøren Sandmann <sandmann@redhat.com>2007-05-22 00:04:39 -0400
commit56623268a76ab65228c41dba5fbf27463b1a5691 (patch)
tree8191631e5cb8ad7aa873da1cf83c12cb7b0457ed
parented184ebb7c2f12010207ffa210975a9b22b152ef (diff)
Update TODO
-rw-r--r--TODO4
-rw-r--r--pixman/pixman-pict.c4
2 files changed, 5 insertions, 3 deletions
diff --git a/TODO b/TODO
index 9464675..2a0a856 100644
--- 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
diff --git a/pixman/pixman-pict.c b/pixman/pixman-pict.c
index ec6ee53..e9cc3db 100644
--- a/pixman/pixman-pict.c
+++ b/pixman/pixman-pict.c
@@ -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)