aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/render.h
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-08-14 08:25:26 -0400
committerDrew DeVault <sir@cmpwn.com>2017-08-14 08:25:26 -0400
commit94e6e6334ba20ccc45cfa7e09aa787a00c1d29a0 (patch)
treebd970bc05c7069a1bc73817456d2a37ca2a51f9a /include/wlr/render.h
parentc8c66191460387d9578b336d6ff624b0b10db698 (diff)
Refactor out wlr_texture_state
Diffstat (limited to 'include/wlr/render.h')
-rw-r--r--include/wlr/render.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/wlr/render.h b/include/wlr/render.h
index 5e9f889e..96b61ddf 100644
--- a/include/wlr/render.h
+++ b/include/wlr/render.h
@@ -54,11 +54,10 @@ bool wlr_renderer_buffer_is_drm(struct wlr_renderer *renderer,
void wlr_renderer_destroy(struct wlr_renderer *renderer);
struct wlr_texture_impl;
-struct wlr_texture_state;
struct wlr_texture {
struct wlr_texture_impl *impl;
- struct wlr_texture_state *state;
+
bool valid;
uint32_t format;
int width, height;