summaryrefslogtreecommitdiff
path: root/fb/fb.h
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <sandmann@redhat.com>2009-06-13 10:28:21 -0400
committerSøren Sandmann Pedersen <sandmann@redhat.com>2009-06-18 12:36:11 -0400
commite9aa61e9f0d663d5b34a397b943b4d1df44e873d (patch)
tree6e9db60321ec4f624b78655e07b948e3de87a8eb /fb/fb.h
parentd9b5e77a0e48a16c53653b56bc61a0b8dc4122a1 (diff)
Fix clipping when windows are used as sources
The new clipping rules: - client clips happen after transformation - pixels unavailable due to the hierarchy are undefined The first one is implemented in pixman; the second one is realized by making a copy of window sources (to prevent out-of-bounds access).
Diffstat (limited to 'fb/fb.h')
-rw-r--r--fb/fb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fb/fb.h b/fb/fb.h
index 8ff186a4d..2d3c85d44 100644
--- a/fb/fb.h
+++ b/fb/fb.h
@@ -2068,7 +2068,8 @@ fbFillRegionSolid (DrawablePtr pDrawable,
extern _X_EXPORT pixman_image_t *
image_from_pict (PicturePtr pict,
- Bool has_clip);
+ Bool has_clip,
+ Bool is_src);
extern _X_EXPORT void free_pixman_pict (PicturePtr, pixman_image_t *);
#endif /* _FB_H_ */