diff options
author | Søren Sandmann <sandmann@redhat.com> | 2007-05-22 00:04:39 -0400 |
---|---|---|
committer | Søren Sandmann <sandmann@redhat.com> | 2007-05-22 00:04:39 -0400 |
commit | 56623268a76ab65228c41dba5fbf27463b1a5691 (patch) | |
tree | 8191631e5cb8ad7aa873da1cf83c12cb7b0457ed | |
parent | ed184ebb7c2f12010207ffa210975a9b22b152ef (diff) |
Update TODO
-rw-r--r-- | TODO | 4 | ||||
-rw-r--r-- | pixman/pixman-pict.c | 4 |
2 files changed, 5 insertions, 3 deletions
@@ -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) |