Taskbar configuration utility (WIP)
commitcb2894e55cad399c5f6a5b3b0e3a0e59833acac4
authorJiri Svoboda <jiri@wiwaxia>
Thu, 26 Oct 2023 11:47:55 +0000 (26 13:47 +0200)
committerJiri Svoboda <jiri@wiwaxia>
Thu, 26 Oct 2023 11:47:55 +0000 (26 13:47 +0200)
tree68cd00d868d2a19d6b2f0740d27fe6006dc5d6a4
parent85ec7d459c810ac7328589525ff42bfa4a077966
Taskbar configuration utility (WIP)
13 files changed:
uspace/app/meson.build
uspace/app/taskbar-cfg/doc/doxygroups.h [new file with mode: 0644]
uspace/app/taskbar-cfg/main.c [new file with mode: 0644]
uspace/app/taskbar-cfg/meson.build [copied from uspace/app/meson.build with 60% similarity]
uspace/app/taskbar-cfg/startmenu.c [new file with mode: 0644]
uspace/app/taskbar-cfg/startmenu.h [new file with mode: 0644]
uspace/app/taskbar-cfg/taskbar-cfg.c [new file with mode: 0644]
uspace/app/taskbar-cfg/taskbar-cfg.h [new file with mode: 0644]
uspace/app/taskbar-cfg/test/main.c [new file with mode: 0644]
uspace/app/taskbar-cfg/test/startmenu.c [new file with mode: 0644]
uspace/app/taskbar-cfg/test/taskbar-cfg.c [new file with mode: 0644]
uspace/app/taskbar-cfg/types/startmenu.h [new file with mode: 0644]
uspace/app/taskbar-cfg/types/taskbar-cfg.h [new file with mode: 0644]