Home
last modified time | relevance | path

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

/external/libkmsxx/kmscube/
Dcube-wl.cpp13 static struct wl_shell *s_shell = NULL; variable
28 s_shell = (struct wl_shell*)wl_registry_bind(registry, name, &wl_shell_interface, 0); in registry_add_object()
62 window->shell_surface = wl_shell_get_shell_surface(s_shell, window->surface); in create_window()