mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
[Wayland] Fix window title update (#13396)
This commit is contained in:
parent
c0ed1e3367
commit
7d52d43667
@ -253,10 +253,9 @@ static void gfx_ctx_wl_update_title(void *data)
|
||||
zxdg_toplevel_decoration_v1_set_mode(wl->deco,
|
||||
ZXDG_TOPLEVEL_DECORATION_V1_MODE_SERVER_SIDE);
|
||||
}
|
||||
}
|
||||
|
||||
xdg_toplevel_set_title(wl->xdg_toplevel, title);
|
||||
}
|
||||
}
|
||||
|
||||
static bool gfx_ctx_wl_get_metrics(void *data,
|
||||
enum display_metric_types type, float *value)
|
||||
|
Loading…
x
Reference in New Issue
Block a user