mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-06-23 13:36:20 -04:00
Create a single wlr_xcursor_manager
No need to create multiple of these: all use the same parameters.
This commit is contained in:
parent
e89001d597
commit
f60adfd1b6
4 changed files with 33 additions and 43 deletions
2
server.h
2
server.h
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue