Jonas Ådahl ba194bd19e clutter: Fix capture_into on non-origin view
The capture_into() function wrote out of bounds when capturing from a
non-origin view (not positioned at (0,0)). At the time of
implementation, this API was used to capture pixels across views into a
single data buffer, but the way it's used, and the way views may work
now, makes this impossible to do properly.

So remove the ability to capture into a pre-allocated buffer from
multiple views, and complain if the passed rectantgle overlapps with
multiple views. This removes the broken offset calculation all
together, fixing the bug motivating this change.

https://bugzilla.gnome.org/show_bug.cgi?id=787715
2017-09-20 18:27:57 +08:00
2015-07-06 00:52:18 -07:00
2017-09-13 12:25:01 +02:00
2014-03-18 20:37:35 -04:00
2017-08-30 13:44:05 +08:00
2017-05-11 13:45:44 +02:00
2017-09-12 16:45:03 +02:00
2016-04-27 20:37:47 +02:00
2014-07-31 17:50:28 +02:00
2017-09-12 16:45:03 +02:00
Description
94 MiB
Languages
C 98.9%
Meson 0.7%
Python 0.3%