Changeset 550ed86 in mainline for uspace/app/taskbar-cfg/startmenu.c


Ignore:
Timestamp:
2023-12-19T17:25:58Z (5 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, topic/simplify-dev-export
Children:
7130754
Parents:
f87ff8e
git-author:
Jiri Svoboda <jiri@…> (2023-12-19 17:19:18)
git-committer:
Jiri Svoboda <jiri@…> (2023-12-19 17:25:58)
Message:

Need to add new start menu entry to editor's list

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/taskbar-cfg/startmenu.c

    rf87ff8e r550ed86  
    429429}
    430430
     431/** Repaint start menu entry list.
     432 *
     433 * When editing an entry the entry's label might change. We need
     434 * to update the list entry caption to reflect that.
     435 *
     436 * @param smenu Start menu
     437 */
     438void startmenu_repaint(startmenu_t *smenu)
     439{
     440        (void) ui_control_paint(ui_list_ctl(smenu->entries_list));
     441}
     442
    431443/** Entry in entry list is selected.
    432444 *
Note: See TracChangeset for help on using the changeset viewer.