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

Method optimize_update

src/view/translation-node.cpp:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49uint32_t wf::scene::translation_node_t::optimize_update(uint32_t flags)
50{
51 return optimize_nested_render_instances(shared_from_this(), flags);
52}
53
54// ----------------------------------------- Render instance -------------------------------------------------
55wf::scene::translation_node_instance_t::translation_node_instance_t(

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected