Changeset 6af521c in mainline
- Timestamp:
- 2012-08-18T18:29:41Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 74fec95
- Parents:
- efb94a77
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/io/input.c
refb94a77 r6af521c 143 143 x = IPC_GET_ARG1(*call); 144 144 y = IPC_GET_ARG2(*call); 145 max_x = IPC_GET_ARG 2(*call);146 max_y = IPC_GET_ARG 3(*call);145 max_x = IPC_GET_ARG3(*call); 146 max_y = IPC_GET_ARG4(*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.