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


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/wndlist.c

    r788c76e3 r5d9403d5  
    720720
    721721        /* ID of device that clicked the button */
    722         dev_id = entry->wndlist->ev_pos_id;
     722        dev_id = entry->wndlist->ev_idev_id;
    723723
    724724        (void) wndmgt_activate_window(entry->wndlist->wndmgt,
Note: See TracChangeset for help on using the changeset viewer.