Changeset 4034954c in mainline for uspace/lib/ui/private/menubar.h


Ignore:
Timestamp:
2023-09-27T20:01:51Z (8 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e54de59
Parents:
5afc1aa
Message:

Do not forget to close system menu. Close first, open second!

When moving out of system menu to menu bar we would forget to
close it. This was only causing noticeable problems in text mode.
Also we first close the current menu, then open the other one,
as juggling multiple popup windows in text mode could cause problems.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/private/menubar.h

    r5afc1aa r4034954c  
    6767
    6868extern void ui_menu_bar_select(ui_menu_bar_t *, ui_menu_dd_t *, bool, sysarg_t);
    69 extern void ui_menu_bar_select_sysmenu(ui_menu_bar_t *, sysarg_t);
     69extern void ui_menu_bar_select_sysmenu(ui_menu_bar_t *, bool, sysarg_t);
    7070extern void ui_menu_bar_left(ui_menu_bar_t *, sysarg_t);
    7171extern void ui_menu_bar_right(ui_menu_bar_t *, sysarg_t);
Note: See TracChangeset for help on using the changeset viewer.