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

Method geometry_box_from_framebuffer_box

src/render.cpp:362–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360}
361
362wlr_box wf::render_target_t::geometry_box_from_framebuffer_box(wlr_box fb_box) const
363{
364 return round_fbox_to_containing_box(geometry_fbox_from_framebuffer_box(geometry_to_fbox(fb_box)));
365}
366
367wf::region_t wf::render_target_t::geometry_region_from_framebuffer_region(const wf::region_t& region) const
368{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected