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

Method construct_box

src/geometry.cpp:192–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192wf::geometry_t wf::construct_box(
193 const wf::point_t& origin, const wf::dimensions_t& dimensions)
194{
195 return {
196 origin.x, origin.y, dimensions.width, dimensions.height
197 };
198}
199
200wf::geometry_t wf::scale_box(
201 wf::geometry_t A, wf::geometry_t B, wf::geometry_t box)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected