mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 09:30:45 -05:00
wayland-surface: Fix whitespace
This commit is contained in:
parent
0997cf7fee
commit
5350120db4
@ -1678,10 +1678,8 @@ wl_subcompositor_get_subsurface (struct wl_client *client,
|
|||||||
|
|
||||||
pending_state_init (&surface->sub.pending);
|
pending_state_init (&surface->sub.pending);
|
||||||
surface->sub.parent = parent;
|
surface->sub.parent = parent;
|
||||||
surface->sub.parent_destroy_listener.notify =
|
surface->sub.parent_destroy_listener.notify = surface_handle_parent_surface_destroyed;
|
||||||
surface_handle_parent_surface_destroyed;
|
wl_resource_add_destroy_listener (parent->resource, &surface->sub.parent_destroy_listener);
|
||||||
wl_resource_add_destroy_listener (parent->resource,
|
|
||||||
&surface->sub.parent_destroy_listener);
|
|
||||||
parent->subsurfaces = g_list_append (parent->subsurfaces, surface);
|
parent->subsurfaces = g_list_append (parent->subsurfaces, surface);
|
||||||
|
|
||||||
clutter_actor_add_child (CLUTTER_ACTOR (parent->surface_actor),
|
clutter_actor_add_child (CLUTTER_ACTOR (parent->surface_actor),
|
||||||
|
Loading…
Reference in New Issue
Block a user