diff options
| author | Eric Anholt <anholt@freebsd.org> | 2007-05-11 16:11:04 +0000 |
|---|---|---|
| committer | Zaheer Abbas Merali <zaheerabbas@merali.org> | 2007-05-11 16:11:04 +0000 |
| commit | 28713ecdf1ae07ace4eb5171fca7e626c86b455a (patch) | |
| tree | b13b479cbc0b6d9592a32afc965cb4c0fe3783d0 /ChangeLog | |
| parent | 4128e375f1e3aa66f65a1469c1fb4f17e9d4d53d (diff) | |
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.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2007-05-11 Zaheer Abbas Merali <<zaheerabbas at merali dot org>> + + 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 <tim at centricular dot net> * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers): |
