diff options
| author | Ryan Dwyer <ryandwyer1@gmail.com> | 2018-07-03 17:29:23 +1000 |
|---|---|---|
| committer | Ryan Dwyer <ryandwyer1@gmail.com> | 2018-07-07 00:03:49 +1000 |
| commit | 839c3a550043fd38096a15ff8dcd7de1a084efdc (patch) | |
| tree | 45d1e8f64e98b4efcd2db6372f97ce74d0032a8d /include | |
| parent | 58befcf2cdf261b8898b6fd1288a69d367101ff1 (diff) | |
| download | sway-839c3a550043fd38096a15ff8dcd7de1a084efdc.tar.xz | |
Use opaque region to determine if frame done should be sent
Diffstat (limited to 'include')
| -rw-r--r-- | include/sway/output.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sway/output.h b/include/sway/output.h index 19fc5e99..e6fe55c6 100644 --- a/include/sway/output.h +++ b/include/sway/output.h @@ -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 |
