GNOME Bugzilla – Bug 784080
Add wl_surface.damage_buffer() support
Last modified: 2017-07-12 04:32:29 UTC
This adds support for the wl_surface.damage_buffer() request which marks a region of the buffer in the buffer coordinate space as damaged, instead of the surface coordinate space.
Created attachment 354217 [details] [review] wayland: Add support for wl_surface.damage_buffer Implements support for the wl_surface.damage_buffer request, which damages the buffer using buffer coordinate space.
Created attachment 354218 [details] [review] wayland: Random whitespace fixes
Review of attachment 354217 [details] [review]: seems fine
Review of attachment 354218 [details] [review]: ok
Attachment 354217 [details] pushed as 9af6ec7 - wayland: Add support for wl_surface.damage_buffer Attachment 354218 [details] pushed as 538e402 - wayland: Random whitespace fixes