aboutsummaryrefslogtreecommitdiff
path: root/include/backend/wayland.h
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-09-17 22:10:34 +0200
committeremersion <contact@emersion.fr>2018-09-18 11:06:01 +0200
commite98cb7c5ab8916d4c401da8d1b121a9a90419304 (patch)
tree252d45d98b064f68b8ac2c97e9436ac247691eb5 /include/backend/wayland.h
parent07ea98dab91975e5fb97ba7c3db7337e777f7359 (diff)
backend/wayland: add assertions
Diffstat (limited to 'include/backend/wayland.h')
-rw-r--r--include/backend/wayland.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/backend/wayland.h b/include/backend/wayland.h
index 46f18c84..47585d9e 100644
--- a/include/backend/wayland.h
+++ b/include/backend/wayland.h
@@ -78,6 +78,8 @@ struct wlr_wl_pointer {
struct wl_listener output_destroy;
};
+struct wlr_wl_backend *get_wl_backend_from_backend(
+ struct wlr_backend *wlr_backend);
void poll_wl_registry(struct wlr_wl_backend *backend);
void update_wl_output_cursor(struct wlr_wl_output *output);
struct wlr_wl_pointer *pointer_get_wl(struct wlr_pointer *wlr_pointer);