Skip to content

Commit

Permalink
Resolve remaining rebase conflict.
Browse files Browse the repository at this point in the history
  • Loading branch information
vanfanel committed Feb 12, 2024
1 parent ae083cf commit 9cffcd6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions seat.c
Original file line number Diff line number Diff line change
Expand Up @@ -851,13 +851,8 @@ handle_cursor_motion_relative(struct wl_listener *listener, void *data)
double dx = event->delta_x;
double dy = event->delta_y;

<<<<<<< HEAD
process_cursor_motion(seat, event->time_msec, &dx, &dy, event->unaccel_dx,
event->unaccel_dy);
=======
process_cursor_motion(seat, event->time_msec, &dx, &dy, event->unaccel_dx, event->unaccel_dy);

>>>>>>> c490ac1 (Use clang-format to ensure correct format of the changed files.)
wlr_cursor_move(seat->cursor, &event->pointer->base, dx, dy);
wlr_idle_notifier_v1_notify_activity(seat->server->idle, seat->seat);
}
Expand Down

0 comments on commit 9cffcd6

Please sign in to comment.