MCPcopy Create free account
hub / github.com/WayfireWM/wf-shell / create

Method create

src/background/background.cpp:379–385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

377 public:
378 using WayfireShellApp::WayfireShellApp;
379 static void create(int argc, char **argv)
380 {
381 WayfireShellApp::instance =
382 std::make_unique<WayfireBackgroundApp>(argc, argv);
383 g_unix_signal_add(SIGUSR1, sigusr1_handler, (void*)instance.get());
384 instance->run();
385 }
386
387 void handle_new_output(WayfireOutput *output) override
388 {

Callers

nothing calls this directly

Calls 1

runMethod · 0.80

Tested by

no test coverage detected