mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-25 22:25:58 +01:00
examples/fullscreen-shell: remove unused render_data.view field
This commit is contained in:
parent
1936e136df
commit
ca0b19fc9c
1 changed files with 0 additions and 1 deletions
|
@ -47,7 +47,6 @@ struct fullscreen_output {
|
||||||
struct render_data {
|
struct render_data {
|
||||||
struct wlr_output *output;
|
struct wlr_output *output;
|
||||||
struct wlr_renderer *renderer;
|
struct wlr_renderer *renderer;
|
||||||
struct tinywl_view *view;
|
|
||||||
struct timespec *when;
|
struct timespec *when;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue