diff options
author | emersion <contact@emersion.fr> | 2017-12-14 20:29:30 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-12-14 20:29:30 +0100 |
commit | 75ef7860bbc3017bbe8e176138cac71da0127711 (patch) | |
tree | 66bcfa4057175e46509f77537d22379075308165 /include/backend/wayland.h | |
parent | c67a5824b8831b50e9f3b09cc182f496fb973321 (diff) | |
parent | a9fb071d49b244b72846b384a9e2ef2d9b03a05f (diff) |
Merge branch 'master' into display-destroy
Diffstat (limited to 'include/backend/wayland.h')
-rw-r--r-- | include/backend/wayland.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/backend/wayland.h b/include/backend/wayland.h index 713c291c..41cd21c8 100644 --- a/include/backend/wayland.h +++ b/include/backend/wayland.h @@ -7,6 +7,7 @@ #include <wayland-egl.h> #include <wlr/render/egl.h> #include <wlr/backend/wayland.h> +#include <wlr/types/wlr_box.h> #include <wlr/types/wlr_output.h> #include <wlr/types/wlr_input_device.h> #include <wayland-util.h> @@ -76,6 +77,8 @@ void wlr_wl_registry_poll(struct wlr_wl_backend *backend); void wlr_wl_output_update_cursor(struct wlr_wl_backend_output *output); struct wlr_wl_backend_output *wlr_wl_output_for_surface( struct wlr_wl_backend *backend, struct wl_surface *surface); +void wlr_wl_output_layout_get_box(struct wlr_wl_backend *backend, + struct wlr_box *box); extern const struct wl_seat_listener seat_listener; |