aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--render/wlr_texture.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/wlr_texture.c b/render/wlr_texture.c
index 833032c9..8c7e1be3 100644
--- a/render/wlr_texture.c
+++ b/render/wlr_texture.c
@@ -44,7 +44,7 @@ struct wlr_texture *wlr_texture_from_dmabuf(struct wlr_renderer *renderer,
void wlr_texture_get_size(struct wlr_texture *texture, int *width,
int *height) {
- return texture->impl->get_size(texture, width, height);
+ texture->impl->get_size(texture, width, height);
}
bool wlr_texture_is_opaque(struct wlr_texture *texture) {