Changeset 2fe799a in mainline


Ignore:
Timestamp:
2023-07-24T16:22:53Z (10 months ago)
Author:
Vojtech Horky <vojtech.horky@…>
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)
Message:

Use keyboard, not mouse enum

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/test/window.c

    r7a5702fa r2fe799a  
    745745        PCUT_ASSERT_NOT_NULL(window);
    746746
    747         kbd_event.type = POS_PRESS;
     747        kbd_event.type = KEY_PRESS;
    748748        kbd_event.key = KC_X;
    749749        kbd_event.mods = 0;
Note: See TracChangeset for help on using the changeset viewer.