aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-07-25 08:32:32 -0400
committerLibravatar GitHub <noreply@github.com>2018-07-25 08:32:32 -0400
commit53dbe2da4bd2563ec69211d0c51fb347109fc70d (patch)
treeb7de5dc2d2556866aec06c5c513ac3020b6af2d6 /include
parentMerge pull request #2350 from ppascher/xwayland-optional (diff)
parentImprove rendering with a fullscreen opaque overlay surface (diff)
downloadsway-53dbe2da4bd2563ec69211d0c51fb347109fc70d.tar.gz
sway-53dbe2da4bd2563ec69211d0c51fb347109fc70d.tar.zst
sway-53dbe2da4bd2563ec69211d0c51fb347109fc70d.zip
Merge pull request #2353 from emersion/render-opaque-overlay
Improve rendering with a fullscreen opaque overlay surface
Diffstat (limited to 'include')
-rw-r--r--include/sway/output.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/sway/output.h b/include/sway/output.h
index b6cda83c..c225e541 100644
--- a/include/sway/output.h
+++ b/include/sway/output.h
@@ -65,8 +65,7 @@ struct sway_container *output_by_name(const char *name);
65 65
66void output_enable(struct sway_output *output); 66void output_enable(struct sway_output *output);
67 67
68bool output_has_opaque_lockscreen(struct sway_output *output, 68bool output_has_opaque_overlay_layer_surface(struct sway_output *output);
69 struct sway_seat *seat);
70 69
71struct sway_container *output_get_active_workspace(struct sway_output *output); 70struct sway_container *output_get_active_workspace(struct sway_output *output);
72 71