diff options
author | Søren Sandmann Pedersen <sandmann@redhat.com> | 2009-06-10 08:52:31 -0400 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@redhat.com> | 2009-06-13 10:20:19 -0400 |
commit | ebc39ed35a9f79ac9bb329bfc7dc27f290f6e1b0 (patch) | |
tree | bea2736918d880e19913f93f16f14a5c8fafb3d5 /TODO | |
parent | 08eb065c568de5c0cb67b7b02ccb17bf72d5059c (diff) |
Work around X server bug.
X servers prior to
ebfd6688d1927288155221e7a78fbca9f9293952
relied on pixman not clipping to destination geometry whenever an
explicit clip region was set. Since only X servers set
source_clipping, we can just trigger off of that.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -14,6 +14,8 @@ the required precision by simply adding offset_x/y to the relevant rendering API? + - Get rid of workaround for X server bug. + - pixman_image_set_indexed() should copy its argument, and X should be ported over to use a pixman_image as the representation of a Picture, rather than creating one on each |