aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-07-06 08:35:02 -0700
committerLibravatar GitHub <noreply@github.com>2018-07-06 08:35:02 -0700
commit55c54bb63b82ee75e1893b48b3ce18f7317c6199 (patch)
tree5543062b41b496e6caabf355c545eb3f7f5c044f /include
parentMerge pull request #2220 from ianyfan/remove-input-fix (diff)
parentTranslate surface by its geo when doing opaque box check (diff)
downloadsway-55c54bb63b82ee75e1893b48b3ce18f7317c6199.tar.gz
sway-55c54bb63b82ee75e1893b48b3ce18f7317c6199.tar.zst
sway-55c54bb63b82ee75e1893b48b3ce18f7317c6199.zip
Merge pull request #2182 from RyanDwyer/lockscreen-performance
Don't send frame done to surfaces behind lockscreen
Diffstat (limited to 'include')
-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