[mutter/wayland] wayland: Remove an extra reset
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/wayland] wayland: Remove an extra reset
- Date: Tue, 11 Mar 2014 14:24:25 +0000 (UTC)
commit 84c6b2a3fa3e37b717dd8b4c4664f02435c6f076
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Mon Mar 10 17:21:27 2014 -0400
wayland: Remove an extra reset
We already reset the double-buffered state when we commit it, so this
is just superfluous.
src/wayland/meta-wayland-surface.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/wayland/meta-wayland-surface.c b/src/wayland/meta-wayland-surface.c
index 1b0b0d4..14010a4 100644
--- a/src/wayland/meta-wayland-surface.c
+++ b/src/wayland/meta-wayland-surface.c
@@ -1464,8 +1464,6 @@ subsurface_parent_surface_committed (MetaWaylandSurface *surface)
if (surface->sub.synchronous)
commit_double_buffered_state (surface, pending_surface_state);
-
- double_buffered_state_reset (pending_surface_state);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]