Home
last modified time | relevance | path

Searched defs:weston_compositor (Results 1 – 2 of 2) sorted by relevance

/third_party/weston/include/libweston/
Dlibweston.h1013 struct weston_compositor { struct
1014 struct wl_signal destroy_signal;
1016 struct wl_display *wl_display;
1017 struct weston_desktop_xwayland *xwayland;
1018 const struct weston_desktop_xwayland_interface *xwayland_interface;
1021 struct wl_signal create_surface_signal;
1022 struct wl_signal activate_signal;
1023 struct wl_signal transform_signal;
1025 struct wl_signal kill_signal;
1026 struct wl_signal idle_signal;
[all …]
/third_party/weston/tests/
Dweston-test.c785 void *weston_compositor) in handle_compositor_destroy()