Use opaque region to determine if frame done should be sent

This commit is contained in:
Ryan Dwyer 2018-07-03 17:29:23 +10:00
parent 58befcf2cd
commit 839c3a5500
3 changed files with 52 additions and 2 deletions

View file

@ -54,4 +54,8 @@ void output_damage_whole_container(struct sway_output *output,
struct sway_container *output_by_name(const char *name);
void output_enable(struct sway_output *output);
bool output_has_opaque_lockscreen(struct sway_output *output,
struct sway_seat *seat);
#endif