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


Ignore:
Timestamp:
2023-10-13T20:27:14Z (15 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/tbsmenu.h

    r788c76e3 r5d9403d5  
    4949extern errno_t tbsmenu_load(tbsmenu_t *, const char *);
    5050extern void tbsmenu_set_rect(tbsmenu_t *, gfx_rect_t *);
     51extern void tbsmenu_open(tbsmenu_t *);
     52extern void tbsmenu_close(tbsmenu_t *);
     53extern bool tbsmenu_is_open(tbsmenu_t *);
    5154extern void tbsmenu_destroy(tbsmenu_t *);
    5255extern errno_t tbsmenu_add(tbsmenu_t *, const char *, const char *,
Note: See TracChangeset for help on using the changeset viewer.