Home
last modified time | relevance | path

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

/third_party/weston/compositor/
Dmain.c924 int (*shell_init)(struct weston_compositor *ec, in wet_load_shell() local
927 shell_init = wet_load_module_entrypoint(name, "wet_shell_init"); in wet_load_shell()
928 if (!shell_init) in wet_load_shell()
930 if (shell_init(compositor, argc, argv) < 0) in wet_load_shell()