From 28713ecdf1ae07ace4eb5171fca7e626c86b455a Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Fri, 11 May 2007 16:11:04 +0000 Subject: sys/ximage/gstximagesrc.c (gst_ximage_src_open_display, gst_ximage_src_ximage_get): Original commit message from CVS: Patch by: Eric Anholt * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display, gst_ximage_src_ximage_get): Use union of all damage between frames to make it faster. Fixes bug #342463. Also fix crasher when cursor is at bottom right of window. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3d9b0d34..173bf909 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2007-05-11 Zaheer Abbas Merali <> + + Patch by: Eric Anholt + + * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display, + gst_ximage_src_ximage_get): + Use union of all damage between frames to make it faster. + Fixes bug #342463. + Also fix crasher when cursor is at bottom right of window. + 2007-05-11 Tim-Philipp Müller * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers): -- cgit