mirror of
https://github.com/brl/mutter.git
synced 2025-03-05 20:58:10 +00:00

This adds a signal that's emitted whenever a wayland surface is damaged that allows sub-classes to override the default handler to change how clipped redraws are queued if the sub-class doesn't simply draw a rectangle. The signal can also be used just to track damage. Reviewed-by: Neil Roberts <neil@linux.intel.com> Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>