MCPcopy Create free account
hub / github.com/WayfireWM/wayfire / presentation_feedback

Method presentation_feedback

src/view/translation-node.cpp:114–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114void wf::scene::translation_node_instance_t::presentation_feedback(wf::output_t *output)
115{
116 for (auto& ch : this->children)
117 {
118 ch->presentation_feedback(output);
119 }
120}
121
122wf::scene::direct_scanout wf::scene::translation_node_instance_t::try_scanout(wf::output_t *output)
123{

Callers 1

run_partialMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected