renderer: Render scene_graph

This commit is contained in:
Alexander Orzechowski 2023-12-04 06:33:57 -05:00 committed by Kirill Primak
parent 0e1a02bf0a
commit 9c17cba0b2
7 changed files with 101 additions and 427 deletions

View file

@ -41,7 +41,6 @@ struct sway_output {
struct wl_list shell_layers[4]; // sway_layer_surface::link
struct wlr_box usable_area;
struct timespec last_frame;
struct wlr_damage_ring damage_ring;
int lx, ly; // layout coords
@ -58,9 +57,7 @@ struct sway_output {
struct wl_listener destroy;
struct wl_listener commit;
struct wl_listener present;
struct wl_listener damage;
struct wl_listener frame;
struct wl_listener needs_frame;
struct wl_listener request_state;
struct {