wayland: Remove an extra reset
We already reset the double-buffered state when we commit it, so this is just superfluous.
This commit is contained in:
parent
06cd669ccb
commit
84c6b2a3fa
@ -1464,8 +1464,6 @@ subsurface_parent_surface_committed (MetaWaylandSurface *surface)
|
|||||||
|
|
||||||
if (surface->sub.synchronous)
|
if (surface->sub.synchronous)
|
||||||
commit_double_buffered_state (surface, pending_surface_state);
|
commit_double_buffered_state (surface, pending_surface_state);
|
||||||
|
|
||||||
double_buffered_state_reset (pending_surface_state);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user