Home
last modified time | relevance | path

Searched refs:child_display (Results 1 – 1 of 1) sorted by relevance

/third_party/weston/clients/
Dnested.c63 struct wl_display *child_display; member
263 wl_display_flush_clients(surface->nested->child_display); in flush_surface_frame_callback_list()
310 loop = wl_display_get_event_loop(nested->child_display); in handle_child_data()
313 wl_display_flush_clients(nested->child_display); in handle_child_data()
376 client->client = wl_client_create(nested->child_display, sv[0]); in launch_client()
737 nested->child_display = wl_display_create(); in nested_init_compositor()
738 loop = wl_display_get_event_loop(nested->child_display); in nested_init_compositor()
744 if (!wl_global_create(nested->child_display, in nested_init_compositor()
749 wl_display_init_shm(nested->child_display); in nested_init_compositor()
766 ret = bind_display(nested->egl_display, nested->child_display); in nested_init_compositor()