Changeset 2fe799a in mainline
- Timestamp:
- 2023-07-24T16:22:53Z (17 months ago)
- Branches:
- ticket/834-toolchain-update
- Children:
- fa992e5
- Parents:
- 7a5702fa
- git-author:
- Vojtech Horky <vojtech.horky@…> (2023-07-24 11:15:20)
- git-committer:
- Vojtech Horky <vojtech.horky@…> (2023-07-24 16:22:53)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/test/window.c
r7a5702fa r2fe799a 745 745 PCUT_ASSERT_NOT_NULL(window); 746 746 747 kbd_event.type = POS_PRESS;747 kbd_event.type = KEY_PRESS; 748 748 kbd_event.key = KC_X; 749 749 kbd_event.mods = 0;
Note:
See TracChangeset
for help on using the changeset viewer.