Changes in uspace/lib/c/generic/io/input.c [6af521c:111d2d6] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/io/input.c
r6af521c r111d2d6 143 143 x = IPC_GET_ARG1(*call); 144 144 y = IPC_GET_ARG2(*call); 145 max_x = IPC_GET_ARG 3(*call);146 max_y = IPC_GET_ARG 4(*call);145 max_x = IPC_GET_ARG2(*call); 146 max_y = IPC_GET_ARG3(*call); 147 147 148 148 rc = input->ev_ops->abs_move(input, x, y, max_x, max_y);
Note:
See TracChangeset
for help on using the changeset viewer.