Skip to content
Snippets Groups Projects
Commit fcdc2394 authored by Guido Gunther's avatar Guido Gunther :zzz: Committed by Sebastian Krzyszkowiak
Browse files

phosh: Damage output after rotation

Otherwise the update will be delayed until a surface changes.
parent 4c9e3f52
No related branches found
No related tags found
1 merge request!185phosh: Damage output after rotation
Pipeline #57971 passed with stages
in 20 minutes and 50 seconds
......@@ -73,6 +73,7 @@ phosh_rotate_display (struct wl_client *client,
}
wlr_output_set_transform (phosh->panel->output, transform);
output_damage_whole(phosh->panel->output->data);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment