mirror of
https://github.com/brl/mutter.git
synced 2025-03-29 06:33:46 +00:00
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