aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-08-11 11:48:59 -0400
committerTony Crisci <tony@dubstepdish.com>2017-08-15 07:36:50 -0400
commite22e443717fcdae72d4e2e9db22f9929ab010643 (patch)
tree44c3a7b48e5f3fcfdaa4466f69ed32e291d5a5a2
parent0b3d56384ff7605c550f1cfc2a7313082085bed1 (diff)
fix formatting in surface_damage
-rw-r--r--types/wlr_surface.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/types/wlr_surface.c b/types/wlr_surface.c
index ebeda20e..3151673c 100644
--- a/types/wlr_surface.c
+++ b/types/wlr_surface.c
@@ -27,8 +27,8 @@ static void surface_damage(struct wl_client *client,
}
surface->pending.invalid |= WLR_SURFACE_INVALID_SURFACE_DAMAGE;
pixman_region32_union_rect(&surface->pending.surface_damage,
- &surface->pending.surface_damage,
- x, y, width, height);
+ &surface->pending.surface_damage,
+ x, y, width, height);
}
static void destroy_frame_callback(struct wl_resource *resource) {