Changeset f4a42661 in mainline for uspace/lib/ui/test/window.c
- Timestamp:
- 2023-10-22T14:04:49Z (18 months ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 590cb6d2
- Parents:
- b2cbc0b (diff), c63c2bb (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/test/window.c
rb2cbc0b rf4a42661 787 787 PCUT_ASSERT_NOT_NULL(window); 788 788 789 kbd_event.type = POS_PRESS;789 kbd_event.type = KEY_PRESS; 790 790 kbd_event.key = KC_X; 791 791 kbd_event.mods = 0;
Note:
See TracChangeset
for help on using the changeset viewer.