mirror of
https://github.com/brl/mutter.git
synced 2024-12-26 21:02:14 +00:00
surface-actor-x11: Fix code style issue
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2199>
This commit is contained in:
parent
f99d3c01a4
commit
cd781758eb
@ -189,7 +189,10 @@ meta_surface_actor_x11_is_visible (MetaSurfaceActorX11 *self)
|
||||
|
||||
static void
|
||||
meta_surface_actor_x11_process_damage (MetaSurfaceActor *actor,
|
||||
int x, int y, int width, int height)
|
||||
int x,
|
||||
int y,
|
||||
int width,
|
||||
int height)
|
||||
{
|
||||
MetaSurfaceActorX11 *self = META_SURFACE_ACTOR_X11 (actor);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user