x11-display: Fly-by coding style fix
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2619>
This commit is contained in:
parent
b8cdc91c19
commit
b9c3e2b01e
@ -1121,7 +1121,8 @@ on_window_visibility_updated (MetaDisplay *display,
|
||||
* it already has a window manager, and sets the error appropriately.
|
||||
*/
|
||||
MetaX11Display *
|
||||
meta_x11_display_new (MetaDisplay *display, GError **error)
|
||||
meta_x11_display_new (MetaDisplay *display,
|
||||
GError **error)
|
||||
{
|
||||
MetaContext *context = meta_display_get_context (display);
|
||||
MetaX11Display *x11_display;
|
||||
|
Loading…
Reference in New Issue
Block a user