Home
last modified time | relevance | path

Searched refs:on_output_removed (Results 1 – 3 of 3) sorted by relevance

/dports/x11-wm/wayfire/wayfire-0.7.0/src/output/
H A Dwayfire-shell.cpp53 wf::signal_callback_t on_output_removed; member in wfs_hotspot
132 on_output_removed = [this, output] (wf::signal_data_t *data) in wfs_hotspot()
148 &on_output_removed); in wfs_hotspot()
158 &on_output_removed); in ~wfs_hotspot()
197 &on_output_removed); in disconnect_from_output()
202 wf::signal_callback_t on_output_removed = [=] (wf::signal_data_t *data) member in wfs_output
235 &on_output_removed); in wfs_output()
/dports/x11-wm/wayfire/wayfire-0.7.0/src/core/
H A Dwm.cpp39 on_output_removed.set_callback([=] (wf::signal_data_t *data) in init()
63 output->connect_signal("pre-remove", &on_output_removed); in init()
H A Dwm.hpp46 wf::signal_connection_t on_output_removed; member in wayfire_exit