mirror of
https://github.com/labwc/labwc.git
synced 2025-11-01 22:58:47 -04: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
|
|
@ -993,6 +993,7 @@ view_destroy(struct view *view)
|
|||
server->input_mode = LAB_INPUT_STATE_PASSTHROUGH;
|
||||
server->grabbed_view = NULL;
|
||||
need_cursor_update = true;
|
||||
regions_hide_overlay(&server->seat);
|
||||
}
|
||||
|
||||
if (server->focused_view == view) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue