display: Fix fallback MetaX11Display typedef
It was missing a _. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3851>
This commit is contained in:
parent
ae0b8a71dc
commit
fbab46c880
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ typedef void (* MetaDisplayWindowFunc) (MetaWindow *window,
|
|||
|
||||
/* To avoid ifdefing MetaX11Display usage when built without X11 support */
|
||||
#ifndef HAVE_X11_CLIENT
|
||||
typedef struct MetaX11Display MetaX11Display;
|
||||
typedef struct _MetaX11Display MetaX11Display;
|
||||
#endif
|
||||
|
||||
struct _MetaDisplay
|
||||
|
|
Loading…
Reference in a new issue