Changeset 550ed86 in mainline for uspace/app/taskbar-cfg/startmenu.c
- Timestamp:
- 2023-12-19T17:25:58Z (17 months ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/taskbar-cfg/startmenu.c
rf87ff8e r550ed86 429 429 } 430 430 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 */ 438 void startmenu_repaint(startmenu_t *smenu) 439 { 440 (void) ui_control_paint(ui_list_ctl(smenu->entries_list)); 441 } 442 431 443 /** Entry in entry list is selected. 432 444 *
Note:
See TracChangeset
for help on using the changeset viewer.