diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-10-10 08:36:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-10 08:36:28 -0400 |
commit | 5e65f95389348192b1220cb74678554e967553f6 (patch) | |
tree | de2caae3fabe3dbcdd13ad8a774ca5c1f5ab4bcb /rootston | |
parent | c39bfe7f84818be9d9901e30ba26db9e8f19c47e (diff) | |
parent | a6db47196cabc12fed4824b3532c1f9b14b43c8e (diff) |
Merge pull request #255 from versusvoid/upload-texture-on-surface-commit
Upload texture on surface commit
Diffstat (limited to 'rootston')
-rw-r--r-- | rootston/output.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |