From 83f8864f0ab1722aae12cc744094a7424c41f2d8 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Thu, 8 Jun 2017 12:02:51 -0400 Subject: Add wlr_renderer and move quad rendering there --- include/render.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include/render.h') diff --git a/include/render.h b/include/render.h index fd1ea024..0f977eb0 100644 --- a/include/render.h +++ b/include/render.h @@ -6,7 +6,8 @@ #include #include -struct wlr_texture { +struct wlr_surface { + bool valid; GLuint tex_id; uint32_t format; int width, height; @@ -17,7 +18,7 @@ struct wlr_shader { uint32_t format; GLuint vert; GLuint program; - struct wl_list link; + struct wlr_shader *next; }; struct wlr_renderer { -- cgit v1.2.3