mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 01:20:42 -05:00
wayland-private: Make display_name non-const
The string used to point to memory owned by libwayland-server, but with the ability to override the display name, we took over ownership by copying the string as necessary. https://gitlab.gnome.org/GNOME/mutter/merge_requests/176
This commit is contained in:
parent
7fdaf7721c
commit
f0c9c25cf8
@ -64,7 +64,7 @@ typedef struct
|
|||||||
struct _MetaWaylandCompositor
|
struct _MetaWaylandCompositor
|
||||||
{
|
{
|
||||||
struct wl_display *wayland_display;
|
struct wl_display *wayland_display;
|
||||||
const char *display_name;
|
char *display_name;
|
||||||
GHashTable *outputs;
|
GHashTable *outputs;
|
||||||
struct wl_list frame_callbacks;
|
struct wl_list frame_callbacks;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user