mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-01 07:15:32 -04:00
render: load cursor theme from XCURSOR_THEME and XCURSOR_SIZE
This commit is contained in:
parent
1947d33868
commit
1a341a56cc
4 changed files with 79 additions and 0 deletions
|
|
@ -20,6 +20,14 @@ struct wayland {
|
|||
struct wl_shm *shm;
|
||||
struct wl_seat *seat;
|
||||
struct wl_keyboard *keyboard;
|
||||
struct {
|
||||
struct wl_pointer *pointer;
|
||||
uint32_t serial;
|
||||
|
||||
struct wl_surface *surface;
|
||||
struct wl_cursor_theme *theme;
|
||||
struct wl_cursor *cursor;
|
||||
} pointer;
|
||||
struct xdg_wm_base *shell;
|
||||
struct xdg_surface *xdg_surface;
|
||||
struct xdg_toplevel *xdg_toplevel;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue