| 908 | } |
| 909 | |
| 910 | void fini() override |
| 911 | { |
| 912 | if (output->is_plugin_active(grab_interface.name)) |
| 913 | { |
| 914 | input_grab->ungrab_input(); |
| 915 | deinit_switcher(); |
| 916 | } |
| 917 | |
| 918 | output->rem_binding(&next_view_binding); |
| 919 | output->rem_binding(&prev_view_binding); |
| 920 | } |
| 921 | }; |
| 922 | |
| 923 | DECLARE_WAYFIRE_PLUGIN(wf::per_output_plugin_t<WayfireSwitcher>); |
nothing calls this directly
no test coverage detected