On Fri, 23 Nov 2012 15:56:50 +0200 Pekka Paalanen <[email protected]> wrote:
> If a client called wl_surface.attach with the same wl_buffer as > previously, the compositor would mistakenly send a release on that > buffer. This will cause problems only when clients start to properly use > the wl_buffer.release event. > > Do not send wl_buffer.release if the same buffer is attached again. > > Signed-off-by: Pekka Paalanen <[email protected]> > --- > src/compositor.c | 8 +++++--- > 1 files changed, 5 insertions(+), 3 deletions(-) Hi Kristian, I have this series rebased, and I'd like to incorporate your comments before re-sending, if there's something to fix. You don't have to rebase it yourself, even though the conflicts are quite simple. Thanks, pq _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
