mirror of
https://github.com/labwc/labwc.git
synced 2026-03-06 01:40:15 -05:00
Remove src/damage.c
This commit is contained in:
parent
e289100a54
commit
bd9ac3478a
15 changed files with 0 additions and 48 deletions
|
|
@ -211,7 +211,6 @@ actions_run(struct view *activator, struct server *server,
|
|||
view = desktop_view_at_cursor(server);
|
||||
if (view) {
|
||||
desktop_focus_and_activate_view(&server->seat, view);
|
||||
damage_all_outputs(server);
|
||||
}
|
||||
break;
|
||||
case ACTION_TYPE_ICONIFY:
|
||||
|
|
@ -228,7 +227,6 @@ actions_run(struct view *activator, struct server *server,
|
|||
case ACTION_TYPE_RAISE:
|
||||
if (view) {
|
||||
desktop_move_to_front(view);
|
||||
damage_all_outputs(server);
|
||||
}
|
||||
break;
|
||||
case ACTION_TYPE_RESIZE:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue