mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2025-02-16 18:12:09 +01:00
examples/compositor: fix handle_output_frame
This commit is contained in:
parent
a04462ba8b
commit
4e70d36e61
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ static void handle_output_frame(struct output_state *output,
|
||||||
struct wlr_wl_shell_surface *wl_shell_surface;
|
struct wlr_wl_shell_surface *wl_shell_surface;
|
||||||
wl_list_for_each(wl_shell_surface, &sample->wl_shell->surfaces, link) {
|
wl_list_for_each(wl_shell_surface, &sample->wl_shell->surfaces, link) {
|
||||||
output_frame_handle_surface(sample, wlr_output, ts,
|
output_frame_handle_surface(sample, wlr_output, ts,
|
||||||
wl_shell_surface->resource, 200, 200);
|
wl_shell_surface->surface->resource, 200, 200);
|
||||||
}
|
}
|
||||||
struct wlr_xdg_surface_v6 *xdg_surface;
|
struct wlr_xdg_surface_v6 *xdg_surface;
|
||||||
struct wlr_xdg_client_v6 *xdg_client;
|
struct wlr_xdg_client_v6 *xdg_client;
|
||||||
|
|
Loading…
Add table
Reference in a new issue