| 79 | wl_event_source *repeat_delay_source = NULL; |
| 80 | |
| 81 | enum binding_mode |
| 82 | { |
| 83 | BINDING_NORMAL, |
| 84 | BINDING_REPEAT, |
| 85 | BINDING_RELEASE, |
| 86 | }; |
| 87 | |
| 88 | bool on_binding(command_callback callback, binding_mode mode, bool exec_always, |
| 89 | const wf::activator_data_t& data) |
nothing calls this directly
no outgoing calls
no test coverage detected