wlroots-hyprland/include
Tony Crisci effea557bb Implement destroying surfaces
Add a signal for wlr_surface destruction on the wlr_surface that compositors
can listen to to remove the surface from their state.

Implement a listener for this in the example wl_compositor to remove the
surface from its internal list of surfaces.

Destroy the surface in the compositor destroy_surface callback given when the
surface resource was created.

Add a reference to the surface resource to the wlr_surface so a compositor can
find it in its list of resources upon wlr_resource destruction.
2017-08-04 11:53:55 -04:00
..
backend Remove use of missing header 2017-07-12 09:49:26 -04:00
render Fixed that warnings that showed up with optimisations. 2017-07-11 00:14:55 +12:00
session Stop remembering the drm fd in child. 2017-07-09 22:23:54 +12:00
wlr Implement destroying surfaces 2017-08-04 11:53:55 -04:00