Changeset 83cb672 in mainline
- Timestamp:
- 2020-05-11T15:42:08Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6feccae
- Parents:
- c11ee605
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/display/test/window.c
rc11ee605 r83cb672 220 220 221 221 PCUT_ASSERT_INT_EQUALS(dsw_moving, wnd->state); 222 PCUT_ASSERT_INT_EQUALS(11, wnd->dpos.x); 223 PCUT_ASSERT_INT_EQUALS(12, wnd->dpos.y); 222 /* Window position does not update until after release */ 223 PCUT_ASSERT_INT_EQUALS(10, wnd->dpos.x); 224 PCUT_ASSERT_INT_EQUALS(10, wnd->dpos.y); 224 225 225 226 event.type = POS_RELEASE;
Note:
See TracChangeset
for help on using the changeset viewer.