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_server {
struct wlr_allocator *allocator;
struct wlr_compositor *compositor;
struct wl_listener compositor_new_surface;
struct wlr_linux_dmabuf_v1 *linux_dmabuf_v1;
@ -170,7 +169,6 @@ void server_run(struct sway_server *server);
void restore_nofile_limit(void);
void handle_compositor_new_surface(struct wl_listener *listener, void *data);
void handle_new_output(struct wl_listener *listener, void *data);
void handle_idle_inhibitor_v1(struct wl_listener *listener, void *data);