Changeset f5191b4 in mainline for uspace/srv/hid/display/test/display.c
- Timestamp:
- 2020-01-28T09:17:35Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4645b2c
- Parents:
- cc90846
- git-author:
- Jiri Svoboda <jiri@…> (2020-01-27 19:17:32)
- git-committer:
- Jiri Svoboda <jiri@…> (2020-01-28 09:17:35)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/display/test/display.c
rcc90846 rf5191b4 396 396 PCUT_ASSERT_EQUALS(w1, seat->focus); 397 397 398 event.type = PTD_RELEASE; 399 event.btn_num = 1; 400 rc = ds_display_post_ptd_event(disp, &event); 401 PCUT_ASSERT_ERRNO_VAL(EOK, rc); 402 PCUT_ASSERT_FALSE(called_cb); 403 398 404 event.type = PTD_MOVE; 399 405 event.dmove.x = -400 + 10;
Note:
See TracChangeset
for help on using the changeset viewer.