diff options
author | Heghedus Razvan <heghedus.razvan@gmail.com> | 2017-10-14 23:33:00 +0300 |
---|---|---|
committer | Heghedus Razvan <heghedus.razvan@gmail.com> | 2017-10-20 19:44:59 +0300 |
commit | d3f0878d716011bf158b49b063f9391080c22c8a (patch) | |
tree | 24c8055bef5336243f5cb5f28718293ab84f1b86 /include/wlr | |
parent | e1f196a3e9477385ca30180686cda82e3ab735ce (diff) |
Replace list_t with wl_list in wlr_wl_backend
Now wlr_backend->outputs is a list of wlr_wl_backend_output instead of
wlr_output.
Signed-off-by: Heghedus Razvan <heghedus.razvan@gmail.com>
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_output.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_output.h b/include/wlr/types/wlr_output.h index 15df4efd..5c85ce91 100644 --- a/include/wlr/types/wlr_output.h +++ b/include/wlr/types/wlr_output.h @@ -1,6 +1,7 @@ #ifndef WLR_TYPES_WLR_OUTPUT_H #define WLR_TYPES_WLR_OUTPUT_H +#include <wayland-util.h> #include <wayland-server.h> #include <stdbool.h> |