mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-27 06:46:44 -04:00
wayland: read XCURSOR_{THEME,SIZE} in reload_xcursor theme
This commit is contained in:
parent
71584aed38
commit
bf62519d83
3 changed files with 16 additions and 34 deletions
|
|
@ -147,9 +147,7 @@ struct seat {
|
|||
struct wl_surface *surface;
|
||||
struct wl_cursor_theme *theme;
|
||||
struct wl_cursor *cursor;
|
||||
int size;
|
||||
int scale;
|
||||
char *theme_name;
|
||||
|
||||
const char *xcursor;
|
||||
struct wl_callback *xcursor_callback;
|
||||
|
|
@ -318,9 +316,6 @@ struct wayland {
|
|||
tll(struct seat) seats;
|
||||
|
||||
tll(struct terminal *) terms;
|
||||
|
||||
char *xcursor_theme;
|
||||
unsigned xcursor_size;
|
||||
};
|
||||
|
||||
struct wayland *wayl_init(const struct config *conf, struct fdm *fdm);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue