From a6db47196cabc12fed4824b3532c1f9b14b43c8e Mon Sep 17 00:00:00 2001 From: Versus Void Date: Tue, 10 Oct 2017 11:18:38 +0300 Subject: Upload texture on surface commit --- rootston/output.c | 1 - 1 file changed, 1 deletion(-) (limited to 'rootston') diff --git a/rootston/output.c b/rootston/output.c index 6c7fbf51..d1b2c7de 100644 --- a/rootston/output.c +++ b/rootston/output.c @@ -19,7 +19,6 @@ static inline int64_t timespec_to_msec(const struct timespec *a) { static void render_surface(struct wlr_surface *surface, struct roots_desktop *desktop, struct wlr_output *wlr_output, struct timespec *when, double lx, double ly, float rotation) { - wlr_surface_flush_damage(surface); if (surface->texture->valid) { int width = surface->current->buffer_width; int height = surface->current->buffer_height; -- cgit v1.2.3