Merge branch 'master' into xwm-selection

This commit is contained in:
emersion 2017-12-14 11:20:38 +01:00
commit 6ef0219763
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
32 changed files with 268 additions and 54 deletions

View file

@ -42,6 +42,7 @@ struct roots_keyboard_config {
char *layout;
char *variant;
char *options;
int repeat_rate, repeat_delay;
struct wl_list link;
};
@ -50,6 +51,7 @@ struct roots_cursor_config {
char *mapped_output;
struct wlr_box *mapped_box;
char *theme;
char *default_image;
struct wl_list link;
};

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)