mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04:00
sway xcursor manager
This commit is contained in:
parent
d76e745b73
commit
7c67bea942
3 changed files with 41 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
struct sway_cursor {
|
||||
struct wlr_cursor *cursor;
|
||||
struct wlr_xcursor_manager *xcursor_manager;
|
||||
|
||||
struct wl_listener motion;
|
||||
struct wl_listener motion_absolute;
|
||||
|
|
|
|||
|
|
@ -18,4 +18,6 @@ void sway_seat_add_device(struct sway_seat *seat,
|
|||
void sway_seat_remove_device(struct sway_seat *seat,
|
||||
struct wlr_input_device *device);
|
||||
|
||||
void sway_seat_configure_xcursor(struct sway_seat *seat);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue