Changeset 5d9403d5 in mainline for uspace/app/taskbar/types/wndlist.h


Ignore:
Timestamp:
2023-10-13T20:27:14Z (19 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7aa9fa1b
Parents:
788c76e3
Message:

Open start menu using Enter, fix input device ID

Pressing Enter opens start menu, but only if it is focused.
Need to fix input device ID so that the menu is opened in the
correct seat, both in case of clicking and in case a key is
pressed to open the menu.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/taskbar/types/wndlist.h

    r788c76e3 r5d9403d5  
    8484        wndmgt_t *wndmgt;
    8585
    86         /** Position ID of last position event */
    87         sysarg_t ev_pos_id;
     86        /** Device ID of last input event */
     87        sysarg_t ev_idev_id;
    8888} wndlist_t;
    8989
Note: See TracChangeset for help on using the changeset viewer.