mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-18 06:58:09 +02:00
On repaint, wlsc_output_repaint will replace output->scanout_buffer with the new front buffer and then output->present() will cause this buffer to be displayed. When wlsc_output_finish_frame is called, the compositor will send a release buffer event for output->scanout_buffer which is actually the front buffer now. This patch changes this code to release the previous scanout_buffer instead of the front buffer on wlsc_output_finish_frame. Signed-off-by: Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com> |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| compositor-drm.c | ||
| compositor-openwfd.c | ||
| compositor-wayland.c | ||
| compositor-x11.c | ||
| compositor.c | ||
| compositor.h | ||
| evdev.c | ||
| image-loader.c | ||
| Makefile.am | ||
| meego-tablet-shell.c | ||
| screenshooter.c | ||
| shell.c | ||
| switcher.c | ||
| tty.c | ||
| xserver-launcher.c | ||