| 392 | } |
| 393 | |
| 394 | void wf::compositor_core_impl_t::warp_cursor(wf::pointf_t pos) |
| 395 | { |
| 396 | seat->priv->cursor->warp_cursor(pos); |
| 397 | seat->priv->lpointer->update_cursor_position(get_current_time()); |
| 398 | } |
| 399 | |
| 400 | void wf::compositor_core_impl_t::transfer_grab(wf::scene::node_ptr node) |
| 401 | { |
no test coverage detected