Create a single wlr_xcursor_manager

No need to create multiple of these: all use the same parameters.
This commit is contained in:
Simon Ser 2026-05-13 23:08:42 +02:00
parent e89001d597
commit f60adfd1b6
4 changed files with 33 additions and 43 deletions

View file

@ -70,6 +70,8 @@ struct cg_server {
struct wlr_foreign_toplevel_manager_v1 *foreign_toplevel_manager;
struct wlr_xcursor_manager *xcursor_manager;
bool xdg_decoration;
bool allow_vt_switch;
bool enable_xwayland;