diff options
author | Ray Strode <rstrode@redhat.com> | 2016-02-08 16:07:34 -0500 |
---|---|---|
committer | Ray Strode <rstrode@redhat.com> | 2016-02-19 08:57:56 -0500 |
commit | e097bc8353f70fb47d5b2b40d2a7b12c7fc29855 (patch) | |
tree | 6eed40de80ed88b4c8b51e5ba9bae610136922bf /po/fa.po | |
parent | 4e82a751fbb2733875b3fe37c556c78dd9937574 (diff) | |
download | mutter-e097bc8353f70fb47d5b2b40d2a7b12c7fc29855.tar.gz |
wayland: get rid of buffer->copied_data boolean
We currently track whether or not a buffer can be released early
by looking at the copied_data boolean on the buffer. This boolean
is, practically speaking, always set to TRUE for shm buffers and is
always false otherwise.
We can just as easily check if the buffer is a shm buffer to decide
whether or not to do an early release. That's better from a
theoretical point of view since copied_data assumes a 1-to-1
relationship between surface and buffer, which may not actually hold.
This commit drops copied_data and changes the check to instead see
if the buffer is shm.
https://bugzilla.gnome.org/show_bug.cgi?id=761613
Diffstat (limited to 'po/fa.po')
0 files changed, 0 insertions, 0 deletions