Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/io/input.c

    r6af521c r111d2d6  
    143143        x = IPC_GET_ARG1(*call);
    144144        y = IPC_GET_ARG2(*call);
    145         max_x = IPC_GET_ARG3(*call);
    146         max_y = IPC_GET_ARG4(*call);
     145        max_x = IPC_GET_ARG2(*call);
     146        max_y = IPC_GET_ARG3(*call);
    147147
    148148        rc = input->ev_ops->abs_move(input, x, y, max_x, max_y);
Note: See TracChangeset for help on using the changeset viewer.