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

Method get_bounding_box

plugins/vswitch/vswitch.cpp:93–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 }
92
93 virtual wf::geometry_t get_bounding_box()
94 {
95 if (auto view = _view.lock())
96 {
97 return view->get_transformed_node()->get_bounding_box();
98 }
99
100 return {0, 0, 0, 0};
101 }
102};
103
104/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected