diff options
author | Alexander Orzechowski <alex@ozal.ski> | 2023-05-02 11:43:44 -0400 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2023-05-02 18:31:55 +0200 |
commit | 029b99b4829148ef3e899f21bba4fe2a1d4d0db9 (patch) | |
tree | c1211ce46f432ebe3fe84e95608d62a35e51dcbc /include | |
parent | 07cdf6ccd06e7bf1a7b828ea2a80d9db6e25263b (diff) |
render: Use wlr_render_pass
Diffstat (limited to 'include')
-rw-r--r-- | include/sway/output.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/output.h b/include/sway/output.h index b397c8e2..f6dc6af2 100644 --- a/include/sway/output.h +++ b/include/sway/output.h @@ -69,6 +69,8 @@ struct render_context { struct sway_output *output; struct wlr_renderer *renderer; const pixman_region32_t *output_damage; + + struct wlr_render_pass *pass; }; struct sway_output *output_create(struct wlr_output *wlr_output); |