Merge branch 'master' into xwm-selection

This commit is contained in:
emersion 2017-12-14 23:59:04 +01:00
commit 6b42bfad18
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
45 changed files with 560 additions and 274 deletions

View file

@ -25,7 +25,8 @@ struct wlr_xwayland {
time_t server_start;
struct wl_event_source *sigusr1_source;
struct wl_listener destroy_listener;
struct wl_listener client_destroy;
struct wl_listener display_destroy;
struct wlr_xwm *xwm;
struct wlr_xwayland_cursor *cursor;