Home
last modified time | relevance | path

Searched refs:hotspot_instance_t (Results 1 – 2 of 2) sorted by relevance

/dports/x11-wm/wayfire/wayfire-0.7.0/src/core/seat/
H A Dhotspot-manager.cpp3 void wf::hotspot_instance_t::process_input_motion(wf::point_t gc) in process_input_motion()
21 wf::geometry_t wf::hotspot_instance_t::pin(wf::dimensions_t dim) noexcept in pin()
55 void wf::hotspot_instance_t::recalc_geometry() noexcept in recalc_geometry()
79 wf::hotspot_instance_t::hotspot_instance_t(wf::output_t *output, uint32_t edges, in hotspot_instance_t() function in wf::hotspot_instance_t
136 auto instance = std::make_unique<hotspot_instance_t>(output, in update_hotspots()
H A Dhotspot-manager.hpp33 class hotspot_instance_t : public noncopyable_t class
36 hotspot_instance_t(wf::output_t *output, uint32_t edges, uint32_t along,
94 std::vector<std::unique_ptr<hotspot_instance_t>> hotspots;