diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-10-21 22:00:04 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2017-10-21 22:02:36 -0400 |
commit | 169b68b17c668fc6d3feec92f3cf72308ba4e99c (patch) | |
tree | 51f0f510d2a145301850fc416122de9616453002 /include/rootston | |
parent | d3f0878d716011bf158b49b063f9391080c22c8a (diff) |
Rename remaining refs to wlr_list
Diffstat (limited to 'include/rootston')
-rw-r--r-- | include/rootston/desktop.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rootston/desktop.h b/include/rootston/desktop.h index 1225bdcd..c3859afb 100644 --- a/include/rootston/desktop.h +++ b/include/rootston/desktop.h @@ -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; |