aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/output.h
diff options
context:
space:
mode:
authorLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-07-03 17:29:23 +1000
committerLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-07-07 00:03:49 +1000
commit839c3a550043fd38096a15ff8dcd7de1a084efdc (patch)
tree45d1e8f64e98b4efcd2db6372f97ce74d0032a8d /include/sway/output.h
parentDon't send frame done to surfaces behind lockscreen (diff)
downloadsway-839c3a550043fd38096a15ff8dcd7de1a084efdc.tar.gz
sway-839c3a550043fd38096a15ff8dcd7de1a084efdc.tar.zst
sway-839c3a550043fd38096a15ff8dcd7de1a084efdc.zip
Use opaque region to determine if frame done should be sent
Diffstat (limited to 'include/sway/output.h')
-rw-r--r--include/sway/output.h4
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,
54struct sway_container *output_by_name(const char *name); 54struct sway_container *output_by_name(const char *name);
55 55
56void output_enable(struct sway_output *output); 56void output_enable(struct sway_output *output);
57
58bool output_has_opaque_lockscreen(struct sway_output *output,
59 struct sway_seat *seat);
60
57#endif 61#endif