Ignore:
Timestamp:
2024-02-13T20:13:48Z (3 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
10657856
Parents:
242e3c3
Message:

Moving start menu entry up and down

File:
1 edited

Legend:

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

    r242e3c3 r28ca31ed  
    11/*
    2  * Copyright (c) 2023 Jiri Svoboda
     2 * Copyright (c) 2024 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    6262        /** Edit entry button */
    6363        ui_pbutton_t *edit_entry;
     64        /** Move entry up button */
     65        ui_pbutton_t *up_entry;
     66        /** Move entry down button */
     67        ui_pbutton_t *down_entry;
    6468} startmenu_t;
    6569
Note: See TracChangeset for help on using the changeset viewer.