Changeset 46bd63c9 in mainline for uspace/lib/ui/meson.build


Ignore:
Timestamp:
2023-09-08T08:47:30Z (20 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1af103e
Parents:
0b6fad9
git-author:
Jiri Svoboda <jiri@…> (2023-09-07 18:47:09)
git-committer:
Jiri Svoboda <jiri@…> (2023-09-08 08:47:30)
Message:

Split drop-down menu into two classes: drop-down and menu

Naming is clearly the hardest problem in computer science.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/meson.build

    r0b6fad9 r46bd63c9  
    4343        'src/menu.c',
    4444        'src/menubar.c',
     45        'src/menudd.c',
    4546        'src/menuentry.c',
    4647        'src/msgdialog.c',
     
    7778        'test/menu.c',
    7879        'test/menubar.c',
     80        'test/menudd.c',
    7981        'test/menuentry.c',
    8082        'test/msgdialog.c',
Note: See TracChangeset for help on using the changeset viewer.