mirror of
https://github.com/labwc/labwc.git
synced 2025-11-03 09:01:51 -05:00
SnapToRegion: Add dynamic overlay
Either uses a half transparent single rect if running hardware accelerated or uses a solid struct multirect outline if not.
This commit is contained in:
parent
4edd67de17
commit
eb5c8cfdad
10 changed files with 88 additions and 45 deletions
|
|
@ -42,7 +42,7 @@ output_destroy_notify(struct wl_listener *listener, void *data)
|
|||
{
|
||||
struct output *output = wl_container_of(listener, output, destroy);
|
||||
regions_evacuate_output(output);
|
||||
regions_destroy(&output->regions);
|
||||
regions_destroy(&output->server->seat, &output->regions);
|
||||
wl_list_remove(&output->link);
|
||||
wl_list_remove(&output->frame.link);
|
||||
wl_list_remove(&output->destroy.link);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue