Merge branch 'master' into feature/data-device-selection

This commit is contained in:
Tony Crisci 2017-10-24 07:28:04 -04:00
commit 1dbe314937
55 changed files with 521 additions and 426 deletions

View file

@ -9,7 +9,7 @@
#include <wlr/types/wlr_xdg_shell_v6.h>
#include <wlr/types/wlr_gamma_control.h>
#include <wlr/types/wlr_screenshooter.h>
#include <wlr/util/list.h>
#include <wlr/types/wlr_list.h>
#include "rootston/view.h"
#include "rootston/config.h"
@ -22,7 +22,7 @@ struct roots_output {
};
struct roots_desktop {
list_t *views;
struct wlr_list *views;
struct wl_list outputs;
struct timespec last_frame;