Set default cursor image in rootston

This commit is contained in:
emersion 2017-12-11 10:36:22 +01:00
parent 8ccb5b0b66
commit 925497fbea
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
6 changed files with 18 additions and 3 deletions

View file

@ -20,6 +20,8 @@ struct roots_cursor {
struct roots_seat *seat;
struct wlr_cursor *cursor;
const char *default_xcursor;
enum roots_cursor_mode mode;
// state from input (review if this is necessary)